From e6d549c865124c1bb80fc794586fe0e89e95352a Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sat, 23 Sep 2023 12:24:04 +0200 Subject: [PATCH] Use "Dots" test output --- .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 cd25753..596f29b 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,4 +52,4 @@ jobs: sh .github/workflows/composer.sh - name: Run test suite - run: sh xp-run xp.test.Runner src/test/php + run: sh xp-run xp.test.Runner -r Dots src/test/php