Changeset 60774
- Timestamp:
- 09/17/2025 03:29:39 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r60735 r60774 229 229 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist. 230 230 - name: Run (Xdebug) tests 231 if: ${{ inputs.php != '8.4' &&! inputs.phpunit-test-groups && ! inputs.coverage-report }}231 if: ${{ ! inputs.phpunit-test-groups && ! inputs.coverage-report }} 232 232 continue-on-error: ${{ inputs.allow-errors }} 233 233 run: LOCAL_PHP_XDEBUG=true node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit -v --group xdebug --exclude-group __fakegroup__
Note: See TracChangeset
for help on using the changeset viewer.