Skip to content

Commit

Permalink
Update build-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajal1123 authored Oct 9, 2024
1 parent 6d7325f commit f5d919d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
# Verify backend server (Port 5002)
- name: Verify backend server
run: |
curl -I http://localhost:5002/liveness || echo "Backend not reachable"
curl http://localhost:5002/liveness || echo "Backend not reachable"
# Verify sandbox server (Port 2000)
- name: Verify sandbox server
run: |
curl -I http://localhost:2000/liveness || echo "Sandbox not reachable"
curl http://localhost:2000/liveness || echo "Sandbox not reachable"
# Stop all servers
- name: Stop all servers
Expand Down

0 comments on commit f5d919d

Please sign in to comment.