Skip to content

Commit bc5a791

Browse files
committed
Fix typo in behat flag
1 parent ffc9605 commit bc5a791

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
@@ -536,7 +536,7 @@ jobs:
536536
WP_CLI_TEST_DBTYPE: ${{ matrix.dbtype || 'mysql' }}
537537
WP_CLI_TEST_DBSOCKET: '${{ steps.setup-mysql.outputs.base-dir }}/tmp/mysql.sock'
538538
WP_CLI_TEST_COVERAGE: ${{ matrix.coverage }}
539-
BEHAT_ARGS: ${{ format( '{0}', runner.debug && '--format-pretty' ) }}
539+
BEHAT_ARGS: ${{ format( '{0}', runner.debug && '--format=pretty' ) }}
540540
run: |
541541
composer behat -- $BEHAT_ARGS || composer behat-rerun -- $BEHAT_ARGS
542542

0 commit comments

Comments
 (0)