Skip to content

Commit

Permalink
chore: update curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Jun 26, 2024
1 parent 91269e3 commit 71d32ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Test if service is reachable
run: |
sleep 30
curl -v -s --retry 10 --retry-connrefused http://localhost:8000/
curl -vsfL --retry 10 --retry-connrefused http://localhost:8000/
- name: Report error to Sentry
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Test if website is reachable
run: |
curl -v -s --retry 10 --retry-connrefused ${{ secrets.WEBSITE_URL }}
curl -vsfL --retry 10 --retry-connrefused ${{ secrets.WEBSITE_URL }}
- name: Report error to Sentry
if: failure()
Expand Down

0 comments on commit 71d32ea

Please sign in to comment.