Skip to content

Commit d074410

Browse files
committed
Add colors to phpunit output
1 parent 36e4959 commit d074410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
with:
3434
timeout_minutes: 5
3535
max_attempts: 5
36-
command: composer update --prefer-dist --no-interaction --no-progress
36+
command: composer update --prefer-dist --prefer-stable --no-interaction --no-progress
3737

3838
- name: Execute tests
39-
run: vendor/bin/phpunit --verbose --coverage-clover ./build/logs/clover.xml
39+
run: vendor/bin/phpunit --verbose --colors=always --coverage-clover ./build/logs/clover.xml
4040

4141
- name: Tests coverage
4242
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)