File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments