mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Adding workdir to hardhat
This commit is contained in:
parent
b9e53d9808
commit
2ec0014091
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci_deploy.yaml
vendored
1
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
||||||
- name: Deploy contracts
|
- name: Deploy contracts
|
||||||
|
working-directory: go-ethereum/hardhat
|
||||||
run: npx hardhat run scripts/deploy.js --network localhost
|
run: npx hardhat run scripts/deploy.js --network localhost
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue