Skip to content

Commit

Permalink
Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr21001 authored Apr 28, 2025
1 parent 738a3ec commit b88a782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
uvicorn main:app --host 0.0.0.0 --port 5000 &
for i in {1..10}; do
curl -s http://localhost:5000/docs && break || sleep 2
curl -s http://localhost:5000/api/pets && break || sleep 2
done
- name: Initialize database
Expand Down

0 comments on commit b88a782

Please sign in to comment.