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 6, 2024
1 parent d9c7250 commit 73e9afd
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 @@ -74,7 +74,7 @@ jobs:
DB_HOST: 127.0.0.1
MEMCACHED_HOST: 127.0.0.1
REDIS_HOST: 127.0.0.1
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

- name: Upload coverage results to Coveralls
env:
Expand Down Expand Up @@ -136,4 +136,4 @@ jobs:
DB_HOST: 127.0.0.1
MEMCACHED_HOST: 127.0.0.1
REDIS_HOST: 127.0.0.1
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

0 comments on commit 73e9afd

Please sign in to comment.