Skip to content

Commit 471c310

Browse files
authored
Fix XDebug setting again
1 parent b0016ab commit 471c310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
mkdir -p build
153153
docker run -i --rm --net=host --sig-proxy=true --pid=host \
154154
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" schema-registry-client:${{ matrix.php.version }} \
155-
XDEBUG_MODE=coverage vendor/bin/phpunit --exclude-group integration --coverage-clover=build/coverage.clover --coverage-text
155+
-d xdebug.mode=coverage vendor/bin/phpunit --exclude-group integration --coverage-clover=build/coverage.clover --coverage-text
156156
- name: Publish code coverage
157157
if: ${{ matrix.php.version == '7.4' && matrix.php.composer == '--prefer-stable' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
158158
uses: paambaati/codeclimate-action@v3.0.0

0 commit comments

Comments
 (0)