Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Nov 27, 2024
1 parent c24a8a4 commit 420221d
Showing 1 changed file with 1 addition and 1 deletion.
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 -vsfL --retry 10 --retry-connrefused http://localhost:8000/
curl -v --retry 10 --retry-connrefused http://localhost:8000/
- name: Report error to Sentry
if: failure()
Expand Down

0 comments on commit 420221d

Please sign in to comment.