Skip to content

Commit

Permalink
Remove verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Sep 17, 2023
1 parent d056729 commit d1d65cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
# run: vendor/bin/phpstan analyze -c phpstan.neon

- name: Execute tests
run: vendor/bin/phpunit --verbose --coverage-text --coverage-clover=coverage.clover
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

0 comments on commit d1d65cd

Please sign in to comment.