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