This commit is contained in:
@@ -66,6 +66,19 @@ jobs:
|
||||
docker ps -a --filter network=${DOCKER_NET} -q | xargs -r docker rm -f
|
||||
docker network rm ${DOCKER_NET}
|
||||
|
||||
- name: Debug Quarkus Integration Test Logs
|
||||
if: failure()
|
||||
run: |
|
||||
echo "--- QUARKUS LOG ---"
|
||||
# Tìm và hiển thị log của Quarkus Integration Test
|
||||
find . -name "quarkus.log" -exec cat {} +
|
||||
|
||||
echo "--- DOCKER CONTAINERS STATUS ---"
|
||||
docker ps -a
|
||||
|
||||
echo "--- DOCKER NETWORK INSPECT ---"
|
||||
docker network inspect ${DOCKER_NET} || true
|
||||
|
||||
- name: Test Summary
|
||||
uses: test-summary/action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user