Skip to content

Commit f00b8ea

Browse files
committed
Run phpunit without the --verbose option
1 parent 5d88539 commit f00b8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
vendor/bin/phpstan analyse -vvv
4949

5050
- name: PHPUnit
51-
run: vendor/bin/phpunit --verbose
51+
run: vendor/bin/phpunit
5252

5353
- name: Upload coverage results to Coveralls
5454
env:
@@ -88,4 +88,4 @@ jobs:
8888
vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
8989

9090
- name: PHPUnit
91-
run: vendor/bin/phpunit --verbose
91+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)