diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index a1a2031e8..1c2ab2921 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -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 @@ -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