Skip to content

Commit 73e9afd

Browse files
committed
Run phpunit without --verbose option
1 parent d9c7250 commit 73e9afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
DB_HOST: 127.0.0.1
7575
MEMCACHED_HOST: 127.0.0.1
7676
REDIS_HOST: 127.0.0.1
77-
run: vendor/bin/phpunit --verbose
77+
run: vendor/bin/phpunit
7878

7979
- name: Upload coverage results to Coveralls
8080
env:
@@ -136,4 +136,4 @@ jobs:
136136
DB_HOST: 127.0.0.1
137137
MEMCACHED_HOST: 127.0.0.1
138138
REDIS_HOST: 127.0.0.1
139-
run: vendor/bin/phpunit --verbose
139+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)