Skip to content

run test

run test #158

Workflow file for this run

name: Run tests
on: [pull_request, workflow_dispatch]
jobs:
test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i -g yarn
- run: yarn
- run: yarn test