Skip to content

Commit 420221d

Browse files
committed
fix: build
1 parent c24a8a4 commit 420221d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Test if service is reachable
1818
run: |
1919
sleep 30
20-
curl -vsfL --retry 10 --retry-connrefused http://localhost:8000/
20+
curl -v --retry 10 --retry-connrefused http://localhost:8000/
2121
2222
- name: Report error to Sentry
2323
if: failure()

0 commit comments

Comments
 (0)