Skip to content

Commit 76169e4

Browse files
committed
Remove verbose flag from phpunit run
1 parent 5bf593d commit 76169e4

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
@@ -54,4 +54,4 @@ jobs:
5454
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5555
5656
- name: Execute tests
57-
run: vendor/bin/phpunit --verbose
57+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)