diff --git a/.github/workflows/cyress_tests.yml b/.github/workflows/cyress_tests.yml index b8e97de0..87e54443 100644 --- a/.github/workflows/cyress_tests.yml +++ b/.github/workflows/cyress_tests.yml @@ -22,6 +22,5 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v6 with: - start: | - cd cypress - npx cypress run + browser: chrome + spec: cypress/cypress/e2e/spec.cy.js