We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc9605 commit bc5a791Copy full SHA for bc5a791
.github/workflows/reusable-testing.yml
@@ -536,7 +536,7 @@ jobs:
536
WP_CLI_TEST_DBTYPE: ${{ matrix.dbtype || 'mysql' }}
537
WP_CLI_TEST_DBSOCKET: '${{ steps.setup-mysql.outputs.base-dir }}/tmp/mysql.sock'
538
WP_CLI_TEST_COVERAGE: ${{ matrix.coverage }}
539
- BEHAT_ARGS: ${{ format( '{0}', runner.debug && '--format-pretty' ) }}
+ BEHAT_ARGS: ${{ format( '{0}', runner.debug && '--format=pretty' ) }}
540
run: |
541
composer behat -- $BEHAT_ARGS || composer behat-rerun -- $BEHAT_ARGS
542
0 commit comments