Skip to content

Prepublish 2.0.0

Prepublish 2.0.0 #28

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run coverage
run: npm run test:cov