Skip to content

Commit

Permalink
[wip] add logging to debug failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
xico42 committed Nov 11, 2021
1 parent c298a36 commit 1c0b6f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ jobs:
run: |
chmod a+x bin/wait-for-all.sh bin/wait-for-it.sh
make platform
docker-compose ps
docker-compose logs schema_registry
docker run -i --rm --net=host --sig-proxy=true --pid=host \
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" php-avro-serde:7.4 \
vendor/bin/phpunit --group integration

0 comments on commit 1c0b6f5

Please sign in to comment.