We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d543f commit d8d5de6Copy full SHA for d8d5de6
.github/workflows/phpunit-tests.yml
@@ -270,10 +270,6 @@ jobs:
270
- name: Run REST API tests
271
run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient
272
273
- # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
274
- - name: Run (xDebug) tests
275
- run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__
276
-
277
- name: Checkout the WordPress Test Reporter
278
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
279
uses: actions/checkout@v2
0 commit comments