Changeset 56498 for trunk/.github/workflows/phpunit-tests-run.yml
- Timestamp:
- 08/31/2023 10:15:42 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests-run.yml
r56440 r56498 166 166 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist. 167 167 - name: Run (Xdebug) tests 168 if: ${{ inputs.php != '8.3' }} 168 169 run: LOCAL_PHP_XDEBUG=true node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit -v --group xdebug --exclude-group __fakegroup__ 169 170
Note: See TracChangeset
for help on using the changeset viewer.