diff --git a/.github/workflows/cyress_tests.yml b/.github/workflows/cyress_tests.yml index 87e54443..8e5921a8 100644 --- a/.github/workflows/cyress_tests.yml +++ b/.github/workflows/cyress_tests.yml @@ -17,10 +17,10 @@ jobs: - name: Build with Maven run: mvn clean install - # Install npm dependencies, cache them correctly - # and run all Cypress tests - - name: Cypress run - uses: cypress-io/github-action@v6 - with: - browser: chrome - spec: cypress/cypress/e2e/spec.cy.js + # # Install npm dependencies, cache them correctly + # # and run all Cypress tests + # - name: Cypress run + # uses: cypress-io/github-action@v6 + # with: + # browser: chrome + # spec: cypress/cypress/e2e/spec.cy.js