mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-24 18:07:58 +00:00
Specify manifest file (-f pezkuwi.yaml) in CI workflows
This commit is contained in:
@@ -26,10 +26,10 @@ jobs:
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: Generate types
|
||||
run: yarn codegen
|
||||
run: yarn codegen -f pezkuwi.yaml
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
run: yarn build -f pezkuwi.yaml
|
||||
|
||||
- name: Validate Pezkuwi Relay
|
||||
run: ./node_modules/.bin/subql validate -f pezkuwi.yaml
|
||||
|
||||
Reference in New Issue
Block a user