Skip to content

Commit

Permalink
Remove problem matchers (laravel#36246)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Feb 12, 2021
1 parent a5e5afb commit d5ffd8e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Expand Up @@ -48,9 +48,6 @@ jobs:
tools: composer:v2
coverage: none

- name: Setup problem matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Set Minimum Guzzle Version
uses: nick-invision/retry@v1
with:
Expand Down Expand Up @@ -100,9 +97,6 @@ jobs:
tools: composer:v2
coverage: none

- name: Setup problem matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Set Minimum Guzzle Version
uses: nick-invision/retry@v1
with:
Expand Down

0 comments on commit d5ffd8e

Please sign in to comment.