Skip to content

ci(e2e): fixed tests #21

ci(e2e): fixed tests

ci(e2e): fixed tests #21

Workflow file for this run

name: Vitest
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: test
run: |
pnpm test run