Skip to content

Fixed E2E for github actions #5

Fixed E2E for github actions

Fixed E2E for github actions #5

Workflow file for this run

name: Tests
on: push
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24.x
- run: ls && npm i && npx vitest run