Skip to content

Commit

Permalink
Corrected the docker compose down part
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwik-g committed Jan 31, 2025
1 parent 6346ba4 commit 05879cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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
./run-platform.sh -b
sleep 30
docker compose -f docker/docker-compose.yaml ps -a
# Get the names of exited containers
Expand All @@ -50,7 +50,6 @@ jobs:
docker compose -f docker/docker-compose.yaml down -v
exit 1
fi
docker compose -f docker/docker-compose.yaml down -v
curl -vvv http://frontend.unstract.localhost
- name: Set up Python
Expand Down

0 comments on commit 05879cf

Please sign in to comment.