Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed Sep 23, 2024
1 parent 7db6966 commit 82722de
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ jobs:
curl -v http://localhost:8080 # Check the "Hello World!" route
curl -v http://localhost:8080/json # Check the JSON route
# # Step 8: Check if ZIO-HTTP server is responding
# - name: Check ZIO-HTTP server
# run: |
# for i in {1..30}; do
# curl http://localhost:8080 && break
# sleep 5
# done

# Step 7: Install Docker and Docker Compose (needed for local servers)
- name: Install Docker
run: |
Expand Down

0 comments on commit 82722de

Please sign in to comment.