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 8a8ca50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
run: |
chmod a+x bin/wait-for-all.sh bin/wait-for-it.sh
make platform
make platform-logs
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
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ platform:
docker-compose up -d
bin/wait-for-all.sh

platform-logs:
docker-compose ps
docker-compose logs schema_registry

clean:
rm -rf build
docker-compose down
Expand Down

0 comments on commit 8a8ca50

Please sign in to comment.