Skip to content

Commit

Permalink
Adapt env variable name for wp-cli-tests 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Oct 18, 2023
1 parent 41929a7 commit 4db87c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ jobs:
if: ${{ matrix.php >= inputs.minimum-php && steps.check_files.outputs.files_exists == 'true' }}
env:
WP_VERSION: '${{ matrix.wp }}'
DB_TYPE: ${{ matrix.dbtype }} || 'mysql'
WP_CLI_TEST_DBTYPE: ${{ matrix.dbtype }} || 'mysql'
run: WP_CLI_TEST_DEBUG_BEHAT_ENV=1 composer behat

- name: Run Behat
if: ${{ matrix.php >= inputs.minimum-php && steps.check_files.outputs.files_exists == 'true' }}
env:
WP_VERSION: '${{ matrix.wp }}'
DB_TYPE: ${{ matrix.dbtype }} || 'mysql'
WP_CLI_TEST_DBTYPE: ${{ matrix.dbtype }} || 'mysql'
run: composer behat || composer behat-rerun

0 comments on commit 4db87c7

Please sign in to comment.