Skip to content

Commit

Permalink
update ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
quannadev committed Dec 10, 2023
1 parent 82aecc6 commit df16167
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/check_verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: build subgraph
uses: actions/checkout@master
with:
repository: datafast-network/subgraph-testing
token: ${{ secrets.PA_TOKEN }}
ref: main
run: |
cd subgraph-testing
yarn install
yarn codegen
yarn build
cd ..
- name: Checkout sources
uses: actions/checkout@v2

Expand Down Expand Up @@ -53,15 +66,6 @@ jobs:
command: check
args: --all-features


- name: build subgraph
uses: actions/checkout@master
with:
repository: datafast-network/subgraph-testing
token: ${{ secrets.PA_TOKEN }}
ref: main
command: yarn install && yarn codegen && yarn build

- name: Run tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit df16167

Please sign in to comment.