Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update unit-tests.yml #4

Update unit-tests.yml

Update unit-tests.yml #4

Workflow file for this run

name: Cypress Tests E2E
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm run start