Skip to content

Commit 44ff938

Browse files
committed
fix(kms-connector): fix host-contracts folder
1 parent 8f88b34 commit 44ff938

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coprocessor-gpu-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ jobs:
149149
with:
150150
node-version: 20.x
151151

152-
- run: cp ./contracts/.env.example ./contracts/.env
153-
- run: npm --prefix ./contracts ci --include=optional
154-
- run: "cd contracts && npm install && npx hardhat compile"
152+
- run: cp ./host-contracts/.env.example ./host-contracts/.env
153+
- run: npm --prefix ./host-contracts ci --include=optional
154+
- run: "cd host-contracts && npm install && npx hardhat compile"
155155

156156
- name: Run tests on GPU
157157
run: |

0 commit comments

Comments
 (0)