summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-07-11 16:48:54 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-07-12 12:39:10 +0200
commit32a1819bdcb79e8ef49437625cf2a5a0936f4e86 (patch)
treeab6bf611b966fe1dd902299c39d404021a9d63ef /.github
parent785efbac2b7515fa716bd59db9f0196772c3b1f3 (diff)
remove matcher
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/api-integration-tests.yml3
-rw-r--r--.github/workflows/api-php-tests.yml3
2 files changed, 0 insertions, 6 deletions
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: |
diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml
index 271b8c3bc..66e6e5cbd 100644
--- a/.github/workflows/api-php-tests.yml
+++ b/.github/workflows/api-php-tests.yml
@@ -50,9 +50,6 @@ jobs:
app: 'news'
check-code: false
- - name: Setup problem matchers for PHPUnit
- run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
-
- name: Prep PHP tests
working-directory: ../server/apps/news
run: make php-test-dependencies