Skip to content

Commit

Permalink
Remove verbose mode from PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Jan 8, 2024
1 parent b01e613 commit c8a3493
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 @@ -41,7 +41,7 @@ jobs:
composer global require scrutinizer/ocular

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

- name: Code coverage
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'thephpleague/oauth2-server' }}
Expand Down

0 comments on commit c8a3493

Please sign in to comment.