diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index adfaeebc..3d9d9c90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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