Skip to content

Squash (#211)

Squash (#211) #286

Workflow file for this run

name: Subgraph-Build
on:
push:
branches: [ main, dev ]
tags: ['*']
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: |
CI=false yarn workspace @qfi/subgraph codegen
CI=false yarn workspace @qfi/subgraph build