Skip to content

Commit

Permalink
Update app-test.yml v5
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantprateek committed Feb 18, 2024
1 parent 2422c34 commit 3102e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Check Qdrant App Server health
run: |
response=$(curl -s -o /dev/null -w "%{http_code}" http://${{ steps.host_ip.outputs.ip }}:80)
response=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:80)
if [ $response -eq 200 ]; then
echo "Qdrant App Server is Healthy."
else
Expand All @@ -29,4 +29,4 @@ jobs:
fi
- name: Clean up Docker Compose services
run: docker-compose -f docker-compose.yml down
run: docker-compose -f docker-compose.yml down

0 comments on commit 3102e29

Please sign in to comment.