Skip to content

Commit

Permalink
ci: fix build graph
Browse files Browse the repository at this point in the history
  • Loading branch information
graykode committed Apr 2, 2024
1 parent f191ca3 commit 4251322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: npm list
- name: Install Dependencies
run: npm ci
- name: Build subgraph
run: npm run build-graph
- name: Run test
run: npm run test

Expand Down

0 comments on commit 4251322

Please sign in to comment.