Skip to content

Commit 31274c3

Browse files
committed
Build/Test Tools: Remove unused test groups from the 5.0 branch.
Follow up to [50307]. See #50401. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@50334 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9f87e92 commit 31274c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,6 @@ jobs:
278278
- name: Run REST API tests
279279
run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient
280280

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-
285281
- name: Checkout the WordPress Test Reporter
286282
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
287283
uses: actions/checkout@v2

0 commit comments

Comments
 (0)