From 52ba5dbd00b9fce30c2e5162594e2bdcca9115ca Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Fri, 12 Jun 2020 13:37:17 +0100 Subject: [PATCH] Add problem matcher output to CI --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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"