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