ci: update to use ANSI output

This commit is contained in:
Owen Voke
2022-03-03 16:01:09 +00:00
parent bc105bc818
commit 22030bffd0
2 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install PHP dependencies
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
- name: Unit Tests
run: php bin/pest --colors=always --exclude-group=integration