Skip to content

chore: bump to v2.0.1 #36

chore: bump to v2.0.1

chore: bump to v2.0.1 #36

Workflow file for this run

name: Run Unit Tests
on:
pull_request:
branches:
- '**'
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run test