Skip to content

Commit

Permalink
Fix expression
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 8, 2023
1 parent 258a9eb commit 123c17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Start WordPress
run: |
if [[ ${{ matrix.coverage == true ]]; then
if [[ ${{ matrix.coverage == true }} ]]; then
npm run wp-env start -- --xdebug
else
npm run wp-env start
Expand All @@ -97,7 +97,7 @@ jobs:
npm run test-php-multisite
- name: Run tests with coverage
if: ${{ matrix.coverage }}
if: ${{ matrix.coverage }}
run: |
npm run test-php-coverage
npm run test-php-multisite-coverage
Expand Down

0 comments on commit 123c17c

Please sign in to comment.