mirror of
git://develop.git.wordpress.org/
synced 2025-01-16 20:38:35 +01:00
Build/Test Tools: Remove unused test groups from the 4.3 branch.
Follow up to [50317]. See #50401. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@50327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9d911df43e
commit
fbffe079aa
7
.github/workflows/phpunit-tests.yml
vendored
7
.github/workflows/phpunit-tests.yml
vendored
@ -254,13 +254,6 @@ jobs:
|
||||
- name: Run external HTTP tests
|
||||
run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group external-http
|
||||
|
||||
- name: Run REST API tests
|
||||
run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient
|
||||
|
||||
# __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
|
||||
- name: Run (xDebug) tests
|
||||
run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__
|
||||
|
||||
- name: Checkout the WordPress Test Reporter
|
||||
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user