Skip to content

feat(ABI): annual backers incentives #860

feat(ABI): annual backers incentives

feat(ABI): annual backers incentives #860

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