Skip to content

Merge pull request #481 from RootstockCollective/dao-906 #849

Merge pull request #481 from RootstockCollective/dao-906

Merge pull request #481 from RootstockCollective/dao-906 #849

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: npm ci
- name: Run tests
run: npm run test