diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ed0753d2..dfb07edc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,3 +40,9 @@ jobs: - name: Integration Tests run: php bin/pest --colors=always --group=integration + + - name: Setup problem matchers for PHP + run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" + + - name: Setup problem matchers for Pest + run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"