Skip to content

v1.1.1

v1.1.1 #68

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'
- run: npm install --no-save
- run: npm run build
- run: npm run test