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 327c4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -54,9 +54,9 @@ jobs:
composer install
fi
- name: Configure PHPUnit matcher
- name: Setup problem matchers for PHPUnit
if: matrix.php-version == '7.4'
uses: mheap/phpunit-matcher-action@master
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Run PHPUnit
run: |
Expand Down

0 comments on commit 327c4e4

Please sign in to comment.