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 2174763 commit e87a961
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 @@ -19,7 +19,7 @@ jobs:
- name: Test if service is reachable
run: |
sleep 30
curl -vsfL --retry 10 --retry-connrefused http://localhost:8000/
curl -v -s --retry 10 --retry-connrefused http://localhost:8000/
- name: Report error to Sentry
if: failure()
Expand Down

0 comments on commit e87a961

Please sign in to comment.