From 6afcfde48728dcf7e9a0632bf5241d38dc2cb6df Mon Sep 17 00:00:00 2001 From: Emmanuel Luciano Date: Sun, 3 Dec 2023 23:36:44 -0400 Subject: [PATCH] refactor(infra): Changes cypress command --- .github/workflows/cypress.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7138b73..432d486 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -21,5 +21,4 @@ jobs: with: browser: chrome headless: true - start: npm start - wait-on: "http://localhost:5173" + start: npm run test:integration:run