Skip to content

chore: update address book with latest testnet registry #182

chore: update address book with latest testnet registry

chore: update address book with latest testnet registry #182

Workflow file for this run

on:
push:
branches: ['**']
concurrency:
group: dev-${{ github.ref }}
cancel-in-progress: true
jobs:
test-subgraph:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn
working-directory: subgraph
- run: yarn test
working-directory: subgraph