From 32a1819bdcb79e8ef49437625cf2a5a0936f4e86 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Tue, 11 Jul 2023 16:48:54 +0200 Subject: remove matcher Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows/api-integration-tests.yml') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index b8d6cd5ad..16ea84198 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -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: | -- cgit v1.2.3