We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c298a36 commit 8a8ca50Copy full SHA for 8a8ca50
2 files changed
.github/workflows/checks.yml
@@ -200,6 +200,7 @@ jobs:
200
run: |
201
chmod a+x bin/wait-for-all.sh bin/wait-for-it.sh
202
make platform
203
+ make platform-logs
204
docker run -i --rm --net=host --sig-proxy=true --pid=host \
205
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" php-avro-serde:7.4 \
206
vendor/bin/phpunit --group integration
Makefile
@@ -75,6 +75,10 @@ platform:
75
docker-compose up -d
76
bin/wait-for-all.sh
77
78
+platform-logs:
79
+ docker-compose ps
80
+ docker-compose logs schema_registry
81
+
82
clean:
83
rm -rf build
84
docker-compose down
0 commit comments