Skip to content

Commit fd4396c

Browse files
committed
Add colors to composer output
1 parent d074410 commit fd4396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
timeout_minutes: 5
3535
max_attempts: 5
36-
command: composer update --prefer-dist --prefer-stable --no-interaction --no-progress
36+
command: composer update --prefer-dist --prefer-stable --no-interaction --no-progress --ansi
3737

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

0 commit comments

Comments
 (0)