Changeset 50328 for branches/4.4/.github/workflows/phpunit-tests.yml
- Timestamp:
- 02/12/2021 09:06:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/.github/workflows/phpunit-tests.yml
r50314 r50328 264 264 run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group external-http 265 265 266 - name: Run REST API tests267 run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient268 269 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.270 - name: Run (xDebug) tests271 run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__272 273 266 - name: Checkout the WordPress Test Reporter 274 267 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
Note: See TracChangeset
for help on using the changeset viewer.