Skip to content

Commit 1c0b6f5

Browse files
committed
[wip] add logging to debug failing integration test
1 parent c298a36 commit 1c0b6f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ jobs:
200200
run: |
201201
chmod a+x bin/wait-for-all.sh bin/wait-for-it.sh
202202
make platform
203+
docker-compose ps
204+
docker-compose logs schema_registry
203205
docker run -i --rm --net=host --sig-proxy=true --pid=host \
204206
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" php-avro-serde:7.4 \
205207
vendor/bin/phpunit --group integration

0 commit comments

Comments
 (0)