Changeset 50332 for branches/4.8
- Timestamp:
- 02/12/2021 09:11:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8/.github/workflows/phpunit-tests.yml
r50309 r50332 271 271 run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient 272 272 273 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.274 - name: Run (xDebug) tests275 run: LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__276 277 273 - name: Checkout the WordPress Test Reporter 278 274 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
Note: See TracChangeset
for help on using the changeset viewer.