Skip to content

Commit 5578c28

Browse files
committed
Run phpunit without --verbose option
1 parent 16ca53f commit 5578c28

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
@@ -53,7 +53,7 @@ jobs:
5353
vendor/bin/phpstan analyse -vvv
5454

5555
- name: PHPUnit
56-
run: vendor/bin/phpunit --verbose
56+
run: vendor/bin/phpunit
5757

5858
- name: Upload coverage results to Coveralls
5959
env:
@@ -94,4 +94,4 @@ jobs:
9494
composer update
9595

9696
- name: PHPUnit
97-
run: vendor/bin/phpunit --verbose
97+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)