diff --git a/.github/workflows/staging-cd.yml b/.github/workflows/staging-cd.yml index a60f993b..69d1d268 100644 --- a/.github/workflows/staging-cd.yml +++ b/.github/workflows/staging-cd.yml @@ -59,10 +59,10 @@ jobs: - name: Start Gatsby server run: | npm run develop & - if curl http://localhost:8000/___graphql; then - echo "URL exists: http://localhost:8000/___graphql" + if curl http://localhost:8000; then + echo "URL exists: http://localhost:8000" else - echo "URL does not exist: http://localhost:8000/___graphql" + echo "URL does not exist: http://localhost:8000" fi env: GATSBY_TELEMETRY_DISABLED: 1