Skip to content

Commit d1e8aea

Browse files
committed
set env var like the others
1 parent 981a8ea commit d1e8aea

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
@@ -317,7 +317,8 @@ jobs:
317317
WP_VERSION: '${{ matrix.wp }}'
318318
WP_CLI_TEST_DBTYPE: ${{ matrix.dbtype || 'mysql' }}
319319
WP_CLI_TEST_DBSOCKET: '${{ steps.setup-mysql.outputs.base-dir }}/tmp/mysql.sock'
320-
run: WP_CLI_TEST_DEBUG_BEHAT_ENV=1 composer behat
320+
WP_CLI_TEST_DEBUG_BEHAT_ENV: 1
321+
run: composer behat
321322

322323
- name: Run Behat
323324
env:

0 commit comments

Comments
 (0)