Skip to content

Commit

Permalink
remove matcher
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
  • Loading branch information
Grotax committed Jul 12, 2023
1 parent 785efba commit 32a1819
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/api-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ jobs:
kill %1
kill %2
- name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"

- name: Functional tests maintenance
working-directory: ../server
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/api-php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
app: 'news'
check-code: false

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

- name: Prep PHP tests
working-directory: ../server/apps/news
run: make php-test-dependencies
Expand Down

0 comments on commit 32a1819

Please sign in to comment.