Skip to content

Commit 596ccab

Browse files
authored
Deaktiviere XDebug in GitHub Actions (Case 168925) (#37)
1 parent 9cd1094 commit 596ccab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ matrix.php-version }}
28+
coverage: none
2829
tools: composer:v2
2930
- uses: actions/cache@v3
3031
with:

0 commit comments

Comments
 (0)