Skip to content

Commit ef90e6b

Browse files
authored
Merge pull request #910 from overblog/disable-phpunit-verbose-debug-mode
PHPUnit > Disable verbose / debug mode
2 parents a271b09 + 1853d49 commit ef90e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
run: composer update --no-interaction --no-progress
209209

210210
- name: "Run tests with coverage"
211-
run: bin/phpunit --color=always -v --debug --coverage-clover=build/logs/clover.xml
211+
run: bin/phpunit --color=always --coverage-clover=build/logs/clover.xml
212212

213213
- name: "Upload coverage results to Scrutinizer"
214214
run: vendor/scrutinizer/ocular/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml

0 commit comments

Comments
 (0)