diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index affa5d0..9229dca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,4 @@ jobs: run: ./node_modules/.bin/subql codegen pezkuwi.yaml - name: Build - run: ./node_modules/.bin/subql build -f pezkuwi.yaml - - - name: Validate Pezkuwi Relay - run: ./node_modules/.bin/subql validate -f pezkuwi.yaml - - - name: Validate Pezkuwi Asset Hub - run: ./node_modules/.bin/subql validate -f pezkuwi-assethub.yaml + run: ./node_modules/.bin/subql build pezkuwi.yaml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a06714..0725f26 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: run: ./node_modules/.bin/subql codegen pezkuwi.yaml - name: Build - run: ./node_modules/.bin/subql build -f pezkuwi.yaml + run: ./node_modules/.bin/subql build pezkuwi.yaml - name: Publish Pezkuwi Relay run: ./node_modules/.bin/subql publish -f pezkuwi.yaml @@ -70,7 +70,7 @@ jobs: run: ./node_modules/.bin/subql codegen pezkuwi.yaml - name: Build - run: ./node_modules/.bin/subql build -f pezkuwi.yaml + run: ./node_modules/.bin/subql build pezkuwi.yaml - name: Publish Pezkuwi Asset Hub run: ./node_modules/.bin/subql publish -f pezkuwi-assethub.yaml diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4fe08a6..d8e68a7 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -38,7 +38,7 @@ jobs: run: yarn install --immutable - name: Build - run: ./node_modules/.bin/subql build -f pezkuwi.yaml + run: ./node_modules/.bin/subql build pezkuwi.yaml - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3