From 6346ba40002d2bd45b989b201fb414afb383b030 Mon Sep 17 00:00:00 2001 From: Ritwik G Date: Fri, 31 Jan 2025 18:08:43 +0530 Subject: [PATCH] Debugging network issue --- .github/workflows/ci-container-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-container-build.yaml b/.github/workflows/ci-container-build.yaml index 8ea0eca94..3a91f7ae9 100644 --- a/.github/workflows/ci-container-build.yaml +++ b/.github/workflows/ci-container-build.yaml @@ -26,7 +26,7 @@ jobs: - name: Container Run run: | - ./run-platform.sh -b + ./run-platform.sh sleep 30 docker compose -f docker/docker-compose.yaml ps -a # Get the names of exited containers @@ -51,6 +51,7 @@ jobs: exit 1 fi docker compose -f docker/docker-compose.yaml down -v + curl -vvv http://frontend.unstract.localhost - name: Set up Python uses: actions/setup-python@v5