Skip to content

Commit

Permalink
small fix (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma authored Aug 22, 2024
1 parent 3a2b1ff commit 0e2da8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e2da8d

Please sign in to comment.