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 72c8986 commit e80f6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Wait for Gatsby server to start
run: |
sleep 10
sleep 20
until $(curl --output /dev/null --silent --head --fail http://localhost:8000); do
curl -v http://localhost:8000
sleep 2
Expand Down

0 comments on commit e80f6f3

Please sign in to comment.