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 9f87e92 commit 31274c3Copy full SHA for 31274c3
.github/workflows/phpunit-tests.yml
@@ -278,10 +278,6 @@ jobs:
278
- name: Run REST API tests
279
run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient
280
281
- # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
282
- - name: Run (xDebug) tests
283
- run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__
284
-
285
- name: Checkout the WordPress Test Reporter
286
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
287
uses: actions/checkout@v2
0 commit comments