Skip to content

Commit

Permalink
Deaktiviere XDebug in GitHub Actions (Case 168925) (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Mar 7, 2024
1 parent 37967f0 commit e29b53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: none
tools: composer:v2
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit e29b53a

Please sign in to comment.