We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runner.debug
1 parent 67bd754 commit d0fb2d2Copy full SHA for d0fb2d2
.github/workflows/testing.yml
@@ -327,7 +327,7 @@ jobs:
327
WP_CLI_TEST_DBTYPE: ${{ matrix.dbtype || 'mysql' }}
328
WP_CLI_TEST_DBSOCKET: '${{ steps.setup-mysql.outputs.base-dir }}/tmp/mysql.sock'
329
WP_CLI_TEST_COVERAGE: ${{ matrix.coverage }}
330
- BEHAT_ARGS: ${{ matrix.coverage && env.RUNNER_DEBUG && '--debug --format=pretty' || matrix.coverage && '--debug' || env.RUNNER_DEBUG && '--format=pretty' || '' }}
+ BEHAT_ARGS: ${{ matrix.coverage && runner.debug && '--debug --format=pretty' || matrix.coverage && '--debug' || runner.debug && '--format=pretty' || '' }}
331
run: |
332
composer behat -- $BEHAT_ARGS || composer behat-rerun -- $BEHAT_ARGS
333
0 commit comments