Skip to content

Commit 83dae89

Browse files
committed
ci: build all required packages for subgraph service ci
Signed-off-by: Tomás Migone <[email protected]>
1 parent 2872fd3 commit 83dae89

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/ci-subgraph-service.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,26 @@ jobs:
2424
submodules: recursive
2525
- name: Set up environment
2626
uses: ./.github/actions/setup
27-
- name: Build
27+
- name: Build contracts
28+
run: |
29+
pushd packages/contracts
30+
yarn build
31+
popd
32+
- name: Build horizon
33+
run: |
34+
pushd packages/horizon
35+
yarn build
36+
popd
37+
- name: Build subgraph service
2838
run: |
2939
pushd packages/subgraph-service
3040
yarn build
41+
popd
42+
- name: Build hardhat-graph-protocol
43+
run: |
44+
pushd packages/hardhat-graph-protocol
45+
yarn build
46+
popd
3147
- name: Run tests
3248
run: |
3349
pushd packages/subgraph-service

0 commit comments

Comments
 (0)