Skip to content

Test

Test #26

Workflow file for this run

# .github/workflows/test.yml
name: Vitest
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: npm ci
- name: Run Tests
run: npm run test