diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a717a37..f14ae5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: Test if service is reachable run: | sleep 30 - curl -vsfL --retry 10 --retry-connrefused http://localhost:8000/ + curl -v -s --retry 10 --retry-connrefused http://localhost:8000/ - name: Report error to Sentry if: failure()