Changeset 50325 for branches/4.1/.github/workflows/phpunit-tests.yml
- Timestamp:
- 02/12/2021 09:02:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/.github/workflows/phpunit-tests.yml
r50320 r50325 255 255 run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group external-http 256 256 257 - name: Run REST API tests258 run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient259 260 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.261 - name: Run (xDebug) tests262 run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__263 264 257 - name: Checkout the WordPress Test Reporter 265 258 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
Note: See TracChangeset
for help on using the changeset viewer.