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 64613f6 commit f746713Copy full SHA for f746713
.github/workflows/test.yml
@@ -33,6 +33,5 @@ jobs:
33
- name: Install dependencies
34
run: composer install --no-progress --prefer-dist
35
36
- - name: Run Tests using phpunit.dist.xml
+ - name: Run Tests with phpunit.dist.xml
37
run: vendor/bin/phpunit --configuration phpunit.dist.xml
38
-#main file
0 commit comments