Skip to content

upgrade @chain-registry/types (#104) #526

upgrade @chain-registry/types (#104)

upgrade @chain-registry/types (#104) #526

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
types: [opened, reopened]
workflow_dispatch:
jobs:
osmojs-tests:
runs-on: ubuntu-latest
steps:
- name: checkout 🛎️
uses: actions/[email protected]
- name: node
uses: actions/setup-node@v3
with:
node-version: 18.16.0
- name: deps
run: yarn
- name: build
run: yarn build
- name: osmojs
run: cd ./packages/osmojs && yarn test
- name: math
run: cd ./packages/math && yarn test
- name: utils
run: cd ./packages/utils && yarn test