Skip to content

chore: use usdc instead of stable mock and redeploy to sepolia arbitr… #202

chore: use usdc instead of stable mock and redeploy to sepolia arbitr…

chore: use usdc instead of stable mock and redeploy to sepolia arbitr… #202

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