Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
remove verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Mar 12, 2024
1 parent 8c54525 commit 38adc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

- name: Run phpstan
run: vendor/bin/phpstan analyse --error-format=github

0 comments on commit 38adc50

Please sign in to comment.