Skip to content

Feature/ledger support #81

Feature/ledger support

Feature/ledger support #81

Workflow file for this run

name: unit tests
on:
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/checkout@v3
- name: "nodejs install"
uses: actions/setup-node@v3
- name: install yarn
run: npm install --global yarn
- name: "setup"
run: yarn setup
- name: "test"
run: yarn test