Skip to content

Commit 30d5882

Browse files
committed
always pretty for testing
1 parent d0fb2d2 commit 30d5882

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ jobs:
327327
WP_CLI_TEST_DBTYPE: ${{ matrix.dbtype || 'mysql' }}
328328
WP_CLI_TEST_DBSOCKET: '${{ steps.setup-mysql.outputs.base-dir }}/tmp/mysql.sock'
329329
WP_CLI_TEST_COVERAGE: ${{ matrix.coverage }}
330-
BEHAT_ARGS: ${{ matrix.coverage && runner.debug && '--debug --format=pretty' || matrix.coverage && '--debug' || runner.debug && '--format=pretty' || '' }}
330+
# BEHAT_ARGS: ${{ matrix.coverage && runner.debug && '--debug --format=pretty' || matrix.coverage && '--debug' || runner.debug && '--format=pretty' || '' }}
331+
BEHAT_ARGS: '--format=pretty'
331332
run: |
332333
composer behat -- $BEHAT_ARGS || composer behat-rerun -- $BEHAT_ARGS
333334

0 commit comments

Comments
 (0)