Skip to content

Commit

Permalink
ci: codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Sep 20, 2023
1 parent 1c6a4c1 commit 0facd22
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 @@ -63,6 +63,8 @@ jobs:

- name: Generate graphql types
run: |
docker exec -i subgraph-hardhat-node yarn workspace isolated-pools-subgraph run prepare:docker
docker exec -i subgraph-hardhat-node yarn workspace isolated-pools-subgraph run codegen
docker exec -i subgraph-hardhat-node yarn workspace isolated-pools-subgraph run create:docker
docker exec -i subgraph-hardhat-node yarn workspace isolated-pools-subgraph run deploy:docker
sleep 5s
Expand Down

0 comments on commit 0facd22

Please sign in to comment.