Skip to content

chore: simplify extracting address regardless of object shape #86

chore: simplify extracting address regardless of object shape

chore: simplify extracting address regardless of object shape #86

Workflow file for this run

name: PR
# on:
# pull_request:
# paths-ignore:
# - ".github/workflows/**"
jobs:
pr:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn
- name: Codegen
run: yarn codegen
- name: Build
run: yarn build
- name: Install subql-node-cosmos
run: yarn global add @subql/node-cosmos
- name: Run tests with Subquery Node
run: subql-node-cosmos test -f ${{ github.workspace }}