From f20736ec792d53c698c22ae8f668c13da415edf5 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:13:48 +0530 Subject: [PATCH] Update staging-cd.yml (#493) --- .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 69d1d268..a4a08181 100644 --- a/.github/workflows/staging-cd.yml +++ b/.github/workflows/staging-cd.yml @@ -71,6 +71,7 @@ jobs: run: | sleep 10 until $(curl --output /dev/null --silent --head --fail http://localhost:8000); do + curl http://localhost:8000 sleep 2 done