Skip to content

2.1.1

2.1.1 #172

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install node_modules
run: yarn
- name: Run tests
run: yarn test