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 5026fbb commit 8f3e0f1Copy full SHA for 8f3e0f1
.github/workflows/ci-horizon.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
run: |
34
pushd packages/horizon
35
yarn build
36
37
+ - name: Build subgraph service
38
39
+ pushd packages/subgraph-service
40
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