We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19de332 commit 7a0f3b3Copy full SHA for 7a0f3b3
.github/workflows/test.yml
@@ -39,4 +39,4 @@ jobs:
39
run: composer update --prefer-dist --no-interaction --no-progress
40
41
- name: Run PHPUnit ${{ matrix.phpunit-version }}
42
- run: vendor/bin/phpunit --coverage-xml=build/coverage-xml
+ run: vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-xml=build/coverage-xml
phpunit.xml phpunit.xml.distphpunit.xml renamed to phpunit.xml.dist
0 commit comments