Skip to content

Commit 606ae55

Browse files
committed
Run phpunit without the --verbose option
1 parent e1dafd7 commit 606ae55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: PHPUnit
6464
env:
6565
DB_HOST: 127.0.0.1
66-
run: vendor/bin/phpunit --verbose
66+
run: vendor/bin/phpunit
6767

6868
- name: Upload coverage results to Coveralls
6969
env:
@@ -114,7 +114,7 @@ jobs:
114114
- name: PHPUnit
115115
env:
116116
DB_HOST: 127.0.0.1
117-
run: vendor/bin/phpunit --verbose
117+
run: vendor/bin/phpunit
118118

119119
mysql:
120120
runs-on: ubuntu-20.04
@@ -155,7 +155,7 @@ jobs:
155155
env:
156156
DB_HOST: 127.0.0.1
157157
DB_IMAGE: mysql
158-
run: vendor/bin/phpunit --verbose
158+
run: vendor/bin/phpunit
159159

160160
mysql-last:
161161
runs-on: ubuntu-20.04
@@ -196,4 +196,4 @@ jobs:
196196
env:
197197
DB_HOST: 127.0.0.1
198198
DB_IMAGE: mysql
199-
run: vendor/bin/phpunit --verbose
199+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)