Skip to content

Commit 2150f9b

Browse files
abnegateclaude
andcommitted
fix: disable xdebug in CI with XDEBUG_MODE=off
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 08c10f2 commit 2150f9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
docker compose up -d --wait
6262
6363
- name: Run Unit Tests
64-
run: docker compose exec tests vendor/bin/paratest --configuration phpunit.xml --functional --processes 4 /usr/src/code/tests/unit
64+
run: docker compose exec -e XDEBUG_MODE=off tests vendor/bin/paratest --configuration phpunit.xml --functional --processes 4 /usr/src/code/tests/unit
6565

6666
adapter_test:
6767
name: "Adapter Tests (${{ matrix.adapter }})"
@@ -115,4 +115,4 @@ jobs:
115115
docker compose ${{ matrix.profiles }} up -d --wait
116116
117117
- name: Run Tests
118-
run: docker compose exec -T tests vendor/bin/paratest --configuration phpunit.xml --functional --processes 4 /usr/src/code/tests/e2e/Adapter/${{matrix.adapter}}Test.php
118+
run: docker compose exec -T -e XDEBUG_MODE=off tests vendor/bin/paratest --configuration phpunit.xml --functional --processes 4 /usr/src/code/tests/e2e/Adapter/${{matrix.adapter}}Test.php

0 commit comments

Comments
 (0)