Skip to content

Commit

Permalink
Run phpunit without the --verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 7, 2023
1 parent e6e3c3e commit b801246
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 b801246

Please sign in to comment.