diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9c0e1bb7c..85e0e106a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -66,4 +66,4 @@ jobs: start: yarn start wait-on: "http://localhost:3000" working-directory: new_project/packages/nextjs - spec: cypress/e2e/base.cy.ts + spec: cypress/e2e/base/base.cy.ts