We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dafd7 commit 606ae55Copy full SHA for 606ae55
1 file changed
.github/workflows/tests.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: PHPUnit
64
env:
65
DB_HOST: 127.0.0.1
66
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit
67
68
- name: Upload coverage results to Coveralls
69
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
118
119
mysql:
120
runs-on: ubuntu-20.04
@@ -155,7 +155,7 @@ jobs:
155
156
157
DB_IMAGE: mysql
158
159
160
mysql-last:
161
@@ -196,4 +196,4 @@ jobs:
196
197
198
199
0 commit comments