Skip to content

Moved the run to go under the Install NPM dependencies #8

Moved the run to go under the Install NPM dependencies

Moved the run to go under the Install NPM dependencies #8

Workflow file for this run

name: Cypress Tests 2
on: push
jobs:
cypress-run:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install NPM dependencies
uses: actions/setup-node@v2
with:
node-version: "18.16.0"
run: npm install --legacy-peer-deps
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: npm run build:app:dev
start: npm run start:app:dev