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 d074410 commit fd4396cCopy full SHA for fd4396c
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
timeout_minutes: 5
35
max_attempts: 5
36
- command: composer update --prefer-dist --prefer-stable --no-interaction --no-progress
+ command: composer update --prefer-dist --prefer-stable --no-interaction --no-progress --ansi
37
38
- name: Execute tests
39
run: vendor/bin/phpunit --verbose --colors=always --coverage-clover ./build/logs/clover.xml
0 commit comments