mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 13:56:09 +01:00
Use human readable output of phpunit in CI
This commit is contained in:
parent
669d75ce86
commit
60f76b0d9f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
||||||
run: ./vendor/bin/phpstan analyse
|
run: ./vendor/bin/phpstan analyse
|
||||||
|
|
||||||
- name: Execute PHPUnit Tests
|
- name: Execute PHPUnit Tests
|
||||||
run: ./vendor/bin/phpunit
|
run: ./vendor/bin/phpunit --testdox
|
||||||
|
|
Loading…
Reference in a new issue