Skip to content

msw 2.0

msw 2.0 #6

Workflow file for this run

name: 'Cypress Tests'
on: push
jobs:
cypress-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 19
- name: Install dependencies
run: npm ci
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: npm run build
start: npm run dev