From 41e47f5ab0b298fdbb030953e5683843d63c71a4 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 30 Mar 2022 10:19:58 -0400 Subject: [PATCH] Fix matcher setup Don't use a now unstable image when we should be able to use a one-liner --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3149de..24342f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,10 @@ jobs: if: matrix.php-version == '7.4' uses: mheap/phpunit-matcher-action@master + - name: Setup problem matchers for PHPUnit + if: matrix.php-version == '7.4' + run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" + - name: Run PHPUnit run: | vendor/bin/phpcs --config-set installed_paths $(pwd)