Skip to content

test: removes tests related to #75 #128

test: removes tests related to #75

test: removes tests related to #75 #128

Workflow file for this run

name: Github Tests
on: [push, workflow_dispatch]
jobs:
vitest-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- run: pnpm install
- run: pnpm test