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 Dec 5, 2023
1 parent 1a90354 commit acf48da
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 acf48da

Please sign in to comment.