From 1a9e16d62f4dceac0c53e2fe5704810cdbcde0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 27 Feb 2024 17:20:01 +0100 Subject: [PATCH] Enhancement: Set up problem matchers for phpunit/phpunit --- .github/workflows/integrate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index d5b5f6b..340f1fd 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -36,6 +36,9 @@ 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"