Skip to content

Commit 6df7b67

Browse files
committed
🍏🚑 Disable PHPUnit problem matchers
Got this error before: echo "::add-matcher::/opt/hostedtoolcache/phpunit.json" shell: sh -e {0} env: RUNNER_TOOL_CACHE: /tmp COMPOSER_PROCESS_TIMEOUT: 0 COMPOSER_NO_INTERACTION: 1 Error: Unable to process command '::add-matcher::/opt/hostedtoolcache/phpunit.json' successfully. Error: Could not find file '/opt/hostedtoolcache/phpunit.json'.
1 parent e83cebe commit 6df7b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tools: composer:2.2
2424
- name: Install dependencies
2525
run: composer update --no-interaction --prefer-dist ${{ matrix.dependencies }}
26-
- name: Configure PHPUnit problem matchers
27-
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
26+
# - name: Configure PHPUnit problem matchers
27+
# run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2828
- name: Run tests
2929
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)