From b6d0964a0463f1b753846b9c072c39ed8cbb2cf8 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Thu, 7 Mar 2024 10:38:31 +0100 Subject: [PATCH] Deaktiviere XDebug in GitHub Actions (Case 168925) (#32) --- .github/workflows/dependencies.yml | 1 + .github/workflows/tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 3b50dc8..9fc46d2 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -20,6 +20,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: ${{ env.PHP_VERSION }} + coverage: none tools: composer:v2 - uses: actions/checkout@v3 - uses: actions/cache@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc76b23..91dedc8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} + coverage: none tools: composer:v2 - uses: actions/cache@v3 with: