We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2174763 commit e87a961Copy full SHA for e87a961
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Test if service is reachable
20
run: |
21
sleep 30
22
- curl -vsfL --retry 10 --retry-connrefused http://localhost:8000/
+ curl -v -s --retry 10 --retry-connrefused http://localhost:8000/
23
24
- name: Report error to Sentry
25
if: failure()
0 commit comments