Skip to content

Commit

Permalink
fix(CI): add codegen step
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Jan 19, 2024
1 parent 550c4eb commit ed608bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
run: yarn install

# Run scripts
- name: Prep test
run: ./node_modules/@graphprotocol/graph-cli/bin/run codegen
- name: Test
run: ./node_modules/@graphprotocol/graph-cli/bin/run test -v 0.6.0-rc.2

0 comments on commit ed608bf

Please sign in to comment.