Make WordPress Core

Changeset 50413


Ignore:
Timestamp:
02/23/2021 03:45:45 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Stop running the restapi-jsclient tests separately.

This group is not specified in the list of excluded groups within the test configuration file, so they already run as part of the main test suite.

Props johnbillion.
Fixes #52608.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests.yml

    r50387 r50413  
    271271        run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group external-http
    272272
    273       - name: Run REST API tests
    274         if: ${{ ! matrix.multisite }}
    275         run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient
    276 
    277273      # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
    278274      - name: Run (xDebug) tests
Note: See TracChangeset for help on using the changeset viewer.