Force colors for PHPUnit tests in GitHub Actions

This commit is contained in:
Oliver Davies 2020-05-13 17:19:56 +01:00
parent 06cb416dbe
commit 73cbaaf9f1

View file

@ -46,7 +46,7 @@ jobs:
if: matrix.test-types == 'functional'
- name: Execute tests
run: vendor/bin/phpunit --testsuite=${{ matrix.test-types }}
run: vendor/bin/phpunit --colors=always --testsuite=${{ matrix.test-types }}
env:
SIMPLETEST_BASE_URL: http://localhost:8000