Skip to content

fix release

fix release #184

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: true
- name: Run tests
run: |
pnpm run test:ci