mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 08:58:01 +00:00
Specify manifest file (-f pezkuwi.yaml) in CI workflows
This commit is contained in:
@@ -39,10 +39,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: Publish Pezkuwi Relay
|
||||
run: ./node_modules/.bin/subql publish -f pezkuwi.yaml
|
||||
@@ -67,10 +67,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: Publish Pezkuwi Asset Hub
|
||||
run: ./node_modules/.bin/subql publish -f pezkuwi-assethub.yaml
|
||||
|
||||
Reference in New Issue
Block a user