Skip to content

Commit

Permalink
Remove verbose flag from phpunit run
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Mar 13, 2024
1 parent 5bf593d commit 76169e4
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 @@ -54,4 +54,4 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

0 comments on commit 76169e4

Please sign in to comment.