We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2872fd3 commit 83dae89Copy full SHA for 83dae89
.github/workflows/ci-subgraph-service.yml
@@ -24,10 +24,26 @@ jobs:
24
submodules: recursive
25
- name: Set up environment
26
uses: ./.github/actions/setup
27
- - name: Build
+ - name: Build contracts
28
+ run: |
29
+ pushd packages/contracts
30
+ yarn build
31
+ popd
32
+ - name: Build horizon
33
34
+ pushd packages/horizon
35
36
37
+ - name: Build subgraph service
38
run: |
39
pushd packages/subgraph-service
40
yarn build
41
42
+ - name: Build hardhat-graph-protocol
43
44
+ pushd packages/hardhat-graph-protocol
45
46
47
- name: Run tests
48
49
0 commit comments