From ecee8339c37200fd68d1d027aac74efb27a603b0 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Thu, 15 Sep 2022 19:10:04 +0200 Subject: [PATCH] Don't use teamcity format in CI It's much harder to read for human --- .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 f25e761c..e292c503 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: uses: mheap/phpunit-matcher-action@v1 - name: Test with PHPUnit - run: ./vendor/bin/phpunit --teamcity --no-coverage -c ./ + run: ./vendor/bin/phpunit --no-coverage php-cs-fixer: runs-on: ubuntu-latest