Skip to content

Merge pull request #291 from RootstockCollective/jessgusclark-patch-1 #42

Merge pull request #291 from RootstockCollective/jessgusclark-patch-1

Merge pull request #291 from RootstockCollective/jessgusclark-patch-1 #42

Workflow file for this run

name: Unit tests
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test