From fe5dc86d827e4cd9d878be29a64de5fb0700e570 Mon Sep 17 00:00:00 2001 From: Jungmin Date: Thu, 17 Oct 2024 21:44:51 +0900 Subject: [PATCH] WIP --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4d9e978..66b0f57 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,4 +6,6 @@ workflows: build: jobs: - "cypress/run": - start-command: "npm run start" + start-command: "npm run dev" + wait-on: "http://localhost:3000/" + command: "npm run cy:run"