Skip to content

cypress_test workflow #4

cypress_test workflow

cypress_test workflow #4

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 11 for x64
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
architecture: x64
- 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