diff --git a/.github/workflows/staging-cd.yml b/.github/workflows/staging-cd.yml index 3f4a6e22..b7029885 100644 --- a/.github/workflows/staging-cd.yml +++ b/.github/workflows/staging-cd.yml @@ -62,12 +62,6 @@ jobs: npm run clean rm -rf .cache public npm run develop & - if curl http://localhost:8000; then - echo "URL exists: http://localhost:8000" - else - echo "URL does not exist: http://localhost:8000" - exit 1 # Fail the step if the server is not reachable - fi env: GATSBY_TELEMETRY_DISABLED: 1