From a2fac1afb9acea73755d06f040fe8994dff64e09 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 15 Jun 2023 20:21:34 +0200 Subject: [PATCH] ci --- .github/workflows/run-tests.yml | 5 ----- installPhp.sh | 1 - 2 files changed, 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 80a0d24..1ef266b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -45,11 +45,6 @@ jobs: extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, xdebug coverage: xdebug - - name: Setup problem matchers - run: | - echo "::add-matcher::${{ runner.tool_cache }}/php.json" - echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - - name: Grant write permission to root run: chmod +w ./ diff --git a/installPhp.sh b/installPhp.sh index 21d1818..4962eae 100644 --- a/installPhp.sh +++ b/installPhp.sh @@ -7,7 +7,6 @@ then fi echo "Installing dependencies" -composer config gitlab-token.gitlab.consolinno-it.de "$GITLAB_TOKEN" composer i php artisan optimize:clear