mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Build/Test Tools: Remove unused test groups from the 5.1 branch.
Follow up to [50306]. See #50401. git-svn-id: https://develop.svn.wordpress.org/branches/5.1@50335 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
132f97ffec
commit
56153093a1
4
.github/workflows/phpunit-tests.yml
vendored
4
.github/workflows/phpunit-tests.yml
vendored
@ -278,10 +278,6 @@ jobs:
|
|||||||
- name: Run REST API tests
|
- name: Run REST API tests
|
||||||
run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient
|
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
|
- name: Checkout the WordPress Test Reporter
|
||||||
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
|
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user