diff --git a/.github/workflows/cyress_tests.yml b/.github/workflows/cyress_tests.yml index ee47ab1c..347d27cc 100644 --- a/.github/workflows/cyress_tests.yml +++ b/.github/workflows/cyress_tests.yml @@ -23,7 +23,7 @@ jobs: uses: cypress-io/github-action@v6 with: browser: chrome - spec: /cypress/e2e/spec.cy.js + spec: cypress/e2e/spec.cy.js working-directory: ./cypress start: | npx cypress run