Skip to content

Commit

Permalink
Debugging network issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwik-g committed Jan 31, 2025
1 parent e88b137 commit 6346ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6346ba4

Please sign in to comment.