Skip to content

Commit

Permalink
Merge pull request #357 from cakephp/fix-build
Browse files Browse the repository at this point in the history
Fix matcher setup
  • Loading branch information
markstory committed Mar 30, 2022
2 parents 6e5f924 + 327c4e4 commit efced2f
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 efced2f

Please sign in to comment.