Skip to content

Commit 12263f8

Browse files
committed
chore: restore curl command
1 parent f123b1f commit 12263f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 -s --retry 10 --retry-connrefused http://localhost:8000/
2121
2222
- name: Report error to Sentry
2323
if: failure()

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Test if website is reachable
3030
run: |
31-
curl -vsfL --retry 10 --retry-connrefused ${{ secrets.WEBSITE_URL }}
31+
curl -v -s --retry 10 --retry-connrefused ${{ secrets.WEBSITE_URL }}
3232
3333
- name: Report error to Sentry
3434
if: failure()

0 commit comments

Comments
 (0)