We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5f443 commit 70ff635Copy full SHA for 70ff635
.github/workflows/phpunit.yml
@@ -27,4 +27,4 @@ jobs:
27
run: composer install --no-progress --prefer-dist --no-interaction
28
29
- name: Run tests
30
- run: ./vendor/bin/phpunit
+ run: ./vendor/bin/phpunit --configuration phpunit.xml
0 commit comments