Skip to content

Add almost full coverage tests #29

Add almost full coverage tests

Add almost full coverage tests #29

Workflow file for this run

name: Tests
on:
workflow_dispatch:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
cypress_run:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: npm run dev:cypress