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 5d88539 commit f00b8eaCopy full SHA for f00b8ea
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
vendor/bin/phpstan analyse -vvv
49
50
- name: PHPUnit
51
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit
52
53
- name: Upload coverage results to Coveralls
54
env:
@@ -88,4 +88,4 @@ jobs:
88
vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
89
90
91
0 commit comments