Skip to content

Commit

Permalink
Fix matcher setup
Browse files Browse the repository at this point in the history
Don't use a now unstable image when we should be able to use a one-liner
  • Loading branch information
markstory committed Mar 30, 2022
1 parent 6e5f924 commit 41e47f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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)
Expand Down

0 comments on commit 41e47f5

Please sign in to comment.