We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c298a36 commit 1c0b6f5Copy full SHA for 1c0b6f5
1 file changed
.github/workflows/checks.yml
@@ -200,6 +200,8 @@ jobs:
200
run: |
201
chmod a+x bin/wait-for-all.sh bin/wait-for-it.sh
202
make platform
203
+ docker-compose ps
204
+ docker-compose logs schema_registry
205
docker run -i --rm --net=host --sig-proxy=true --pid=host \
206
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" php-avro-serde:7.4 \
207
vendor/bin/phpunit --group integration
0 commit comments