Skip to content

fix: Fix cypress test issues #26

fix: Fix cypress test issues

fix: Fix cypress test issues #26

Workflow file for this run

name: Build & Test
on: push
jobs:
main:
name: Main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run cypress:ci