Skip to content

Commit e571530

Browse files
authored
Remove xdebug arg logic (#162)
1 parent b23ed16 commit e571530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ jobs:
483483
WP_CLI_TEST_DBTYPE: ${{ matrix.dbtype || 'mysql' }}
484484
WP_CLI_TEST_DBSOCKET: '${{ steps.setup-mysql.outputs.base-dir }}/tmp/mysql.sock'
485485
WP_CLI_TEST_COVERAGE: ${{ matrix.coverage }}
486-
BEHAT_ARGS: ${{ format( '{0} {1}', matrix.coverage && '--xdebug', runner.debug && '--format-pretty' ) }}
486+
BEHAT_ARGS: ${{ format( '{0}', runner.debug && '--format-pretty' ) }}
487487
run: |
488488
composer behat -- $BEHAT_ARGS || composer behat-rerun -- $BEHAT_ARGS
489489

0 commit comments

Comments
 (0)