Use human readable output of phpunit in CI

This commit is contained in:
Daniel Siepmann 2020-04-01 20:40:16 +02:00
parent 669d75ce86
commit 60f76b0d9f

View file

@ -19,4 +19,4 @@ jobs:
run: ./vendor/bin/phpstan analyse
- name: Execute PHPUnit Tests
run: ./vendor/bin/phpunit
run: ./vendor/bin/phpunit --testdox