Skip to content

Commit a3b9d33

Browse files
committed
fix: build only sdk and contracts for contracts CI, not all packages
1 parent 6255d60 commit a3b9d33

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-contracts.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: Set up environment
2424
uses: ./.github/actions/setup
25-
- name: Build all packages
26-
run: yarn build
25+
- name: Build dependencies
26+
run: |
27+
yarn workspace @graphprotocol/sdk run build
28+
yarn workspace @graphprotocol/contracts run build
2729
- name: Run tests
2830
run: |
2931
pushd packages/contracts

0 commit comments

Comments
 (0)