We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f88b34 commit 44ff938Copy full SHA for 44ff938
1 file changed
.github/workflows/coprocessor-gpu-tests.yml
@@ -149,9 +149,9 @@ jobs:
149
with:
150
node-version: 20.x
151
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"
+ - run: cp ./host-contracts/.env.example ./host-contracts/.env
+ - run: npm --prefix ./host-contracts ci --include=optional
+ - run: "cd host-contracts && npm install && npx hardhat compile"
155
156
- name: Run tests on GPU
157
run: |
0 commit comments