From faf64a38ac2748bcd558bc07a7e5ecefccaac444 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:06:35 +0530 Subject: [PATCH] fix: ci-cd script name Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6f5d0692f3..b20645f76e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -623,7 +623,7 @@ jobs: with: start: | docker-compose -f ./scripts/cypress/docker-compose-pg-cy-quick.yml up -d - npm run watch:run:cypress:pg:cyquick + npm run start:api:cache:pg:cyquick npm run start:web spec: "./scripts/cypress/integration/common/9a_QuickTest.js" wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js"