From 1c6a7c2ee411a14706f5ddd2781f7155c8799b14 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 29 May 2020 14:16:37 +0100 Subject: [PATCH] Use testdox and force colours --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d6653..66a2222 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,4 +37,4 @@ jobs: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Execute tests - run: vendor/bin/phpunit tests + run: vendor/bin/phpunit tests --testdox --color=always