diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index 762175c960..f6254585ea 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -68,7 +68,7 @@ jobs: - name: Install WordPress run: npm run wp-env start - name: Composer install - run: npm run wp-env run tests-cli --env-cwd='wp-content/plugins/$(basename $(pwd))' composer install --no-interaction + run: npm run wp-env run tests-cli -- --env-cwd='wp-content/plugins/$(basename $(pwd))' composer install --no-interaction - name: Running single site unit tests run: npm run test-php - name: Running multisite unit tests