Skip to content

Commit aab62f0

Browse files
committed
Run phpunit without --verbose option
1 parent a85bf97 commit aab62f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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:
@@ -84,4 +84,4 @@ jobs:
8484
composer update
8585

8686
- name: PHPUnit
87-
run: vendor/bin/phpunit --verbose
87+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)