Changeset 54967
- Timestamp:
- 12/14/2022 12:22:53 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r54856 r54967 198 198 199 199 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist. 200 # This test group is not (yet) run against PHP 8.2 as there is no stable Xdebug version available yet for PHP 8.2.201 200 - name: Run (Xdebug) tests 202 if: ${{ ! matrix.split_slow && matrix.php != '8.2'}}201 if: ${{ ! matrix.split_slow }} 203 202 run: LOCAL_PHP_XDEBUG=true node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit -v --group xdebug --exclude-group __fakegroup__ 204 203
Note: See TracChangeset
for help on using the changeset viewer.