Skip to content

chore(CR): update mainnet data #66

chore(CR): update mainnet data

chore(CR): update mainnet data #66

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