Skip to content

Commit

Permalink
Run phpunit without --verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jan 1, 2024
1 parent a85bf97 commit aab62f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
vendor/bin/phpstan analyse -vvv

- name: PHPUnit
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

- name: Upload coverage results to Coveralls
env:
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
composer update

- name: PHPUnit
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

0 comments on commit aab62f0

Please sign in to comment.