Skip to content

Commit 7f43492

Browse files
committed
Drop -v flag
1 parent bd4844d commit 7f43492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
run: composer update --no-interaction --prefer-dist --with-all-dependencies --prefer-${{ matrix.dependency-version }}
7676

7777
- name: Execute tests
78-
run: vendor/bin/phpunit -v
78+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)