We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24a8a4 commit 420221dCopy full SHA for 420221d
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Test if service is reachable
18
run: |
19
sleep 30
20
- curl -vsfL --retry 10 --retry-connrefused http://localhost:8000/
+ curl -v --retry 10 --retry-connrefused http://localhost:8000/
21
22
- name: Report error to Sentry
23
if: failure()
0 commit comments