From 60f76b0d9f6c68e74d98b83e64330c9c17c4fcdc Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 1 Apr 2020 20:40:16 +0200 Subject: [PATCH] Use human readable output of phpunit in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf97c11..5d3000d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,4 +19,4 @@ jobs: run: ./vendor/bin/phpstan analyse - name: Execute PHPUnit Tests - run: ./vendor/bin/phpunit + run: ./vendor/bin/phpunit --testdox