diff --git a/.github/workflows/staging-cd.yml b/.github/workflows/staging-cd.yml index 905d6e43..a60f993b 100644 --- a/.github/workflows/staging-cd.yml +++ b/.github/workflows/staging-cd.yml @@ -59,7 +59,7 @@ jobs: - name: Start Gatsby server run: | npm run develop & - if curl --output /dev/null --silent --head --fail http://localhost:8000/___graphql; then + if curl http://localhost:8000/___graphql; then echo "URL exists: http://localhost:8000/___graphql" else echo "URL does not exist: http://localhost:8000/___graphql"