Skip to content

Commit e87a961

Browse files
committed
fix: build
1 parent 2174763 commit e87a961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Test if service is reachable
2020
run: |
2121
sleep 30
22-
curl -vsfL --retry 10 --retry-connrefused http://localhost:8000/
22+
curl -v -s --retry 10 --retry-connrefused http://localhost:8000/
2323
2424
- name: Report error to Sentry
2525
if: failure()

0 commit comments

Comments
 (0)