Skip to content

Commit

Permalink
Fix: Do not set up problem matchers that are not needed for a job
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 13, 2023
1 parent 40d960a commit 0f8f036
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- name: "Set up problem matchers for PHP"
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\""

- name: "Set up problem matchers for phpunit/phpunit"
run: "echo \"::add-matcher::${{ runner.tool_cache }}/phpunit.json\""

- name: "Validate composer.json and composer.lock"
run: "composer validate --ansi --strict"

Expand Down

0 comments on commit 0f8f036

Please sign in to comment.