We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c7250 commit 73e9afdCopy full SHA for 73e9afd
.github/workflows/tests.yml
@@ -74,7 +74,7 @@ jobs:
74
DB_HOST: 127.0.0.1
75
MEMCACHED_HOST: 127.0.0.1
76
REDIS_HOST: 127.0.0.1
77
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit
78
79
- name: Upload coverage results to Coveralls
80
env:
@@ -136,4 +136,4 @@ jobs:
136
137
138
139
0 commit comments