From de118617d1474be7511419bbd2c66a9a4ac29af7 Mon Sep 17 00:00:00 2001 From: jayavel Date: Fri, 23 Aug 2024 10:25:55 +0530 Subject: [PATCH] test: clean gatsby data --- .github/workflows/staging-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/staging-cd.yml b/.github/workflows/staging-cd.yml index f2588d45..ff506ac7 100644 --- a/.github/workflows/staging-cd.yml +++ b/.github/workflows/staging-cd.yml @@ -71,6 +71,7 @@ jobs: until $(curl --output /dev/null --silent --head --fail http://localhost:8000); do sleep 1 done + curl -v http://localhost:8000/___graphql npm run index env: TYPESENSE_HOST: ${{ secrets.WEBSITE_STAGING_TYPESENSE_HOST }}