Skip to content

Commit d889482

Browse files
committed
Don't use verbose mode via command line flag in PHPUnit
1 parent 5f42b05 commit d889482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Run tests
4646
run: |
47-
vendor/bin/phpunit -v --coverage-clover=coverage.clover
47+
vendor/bin/phpunit --coverage-clover=coverage.clover
4848
4949
- name: Upload Coverage to CodeCov
5050
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)