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"