Skip to content

chore: add unit test github action #1

chore: add unit test github action

chore: add unit test github action #1

Workflow file for this run

name: Unit Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: pnpm install
- name: Run unit tests
run: pnpm test