Changeset 50413
- Timestamp:
- 02/23/2021 03:45:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r50387 r50413 271 271 run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group external-http 272 272 273 - name: Run REST API tests274 if: ${{ ! matrix.multisite }}275 run: npm run test:${{ env.PHPUNIT_SCRIPT }} -- --verbose -c phpunit.xml.dist --group restapi-jsclient276 277 273 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist. 278 274 - name: Run (xDebug) tests
Note: See TracChangeset
for help on using the changeset viewer.