Skip to content

Commit

Permalink
fix: build steps
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Nov 26, 2024
1 parent 5026fbb commit 8f3e0f1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/ci-horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,26 @@ jobs:
submodules: recursive
- name: Set up environment
uses: ./.github/actions/setup
- name: Build
- name: Build contracts
run: |
pushd packages/contracts
yarn build
popd
- name: Build horizon
run: |
pushd packages/horizon
yarn build
popd
- name: Build subgraph service
run: |
pushd packages/subgraph-service
yarn build
popd
- name: Build hardhat-graph-protocol
run: |
pushd packages/hardhat-graph-protocol
yarn build
popd
- name: Run tests
run: |
pushd packages/horizon
Expand Down

0 comments on commit 8f3e0f1

Please sign in to comment.