Skip to content

Commit 8a8ca50

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

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/checks.yml

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

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ platform:
7575
docker-compose up -d
7676
bin/wait-for-all.sh
7777

78+
platform-logs:
79+
docker-compose ps
80+
docker-compose logs schema_registry
81+
7882
clean:
7983
rm -rf build
8084
docker-compose down

0 commit comments

Comments
 (0)