Skip to content

[WIP] Rapha/feat/chain v1.4.0 upgrade #203

[WIP] Rapha/feat/chain v1.4.0 upgrade

[WIP] Rapha/feat/chain v1.4.0 upgrade #203

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