Skip to content

Commit

Permalink
Updated actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilRaikar17 committed Aug 4, 2024
1 parent 5c49cbd commit 4fa9824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check FastAPI docs endpoint
run: |
curl -s -o /dev/null -w "%{http_code}" http://localhost:8000/docs | grep "200"
curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8000/docs | grep "200"
- name: Kill FastAPI process
run: |
Expand Down

0 comments on commit 4fa9824

Please sign in to comment.