Specify manifest file (-f pezkuwi.yaml) in CI workflows

This commit is contained in:
2026-02-13 01:44:24 +03:00
parent 4c3920ddae
commit 618cea47c6
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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