Skip to content

Merge pull request #134 from 2ajoyce/dependabot/npm_and_yarn/cypress-… #305

Merge pull request #134 from 2ajoyce/dependabot/npm_and_yarn/cypress-…

Merge pull request #134 from 2ajoyce/dependabot/npm_and_yarn/cypress-… #305

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
component: true
install-command: npm ci --legacy-peer-deps # Remove this flag once eslint flat config is no longer breaking peer dependencies
build: npm run build
start: npm run dev