Skip to content

Commit

Permalink
test: clean gatsby data
Browse files Browse the repository at this point in the history
  • Loading branch information
jayavel-testsigma committed Aug 22, 2024
1 parent 37f8bc6 commit 72c8986
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/staging-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72c8986

Please sign in to comment.