mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Adding local host to docker run cmd
This commit is contained in:
parent
8a79ba0232
commit
bd2d3a40c0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci_deploy.yaml
vendored
3
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -47,7 +47,8 @@ jobs:
|
|||
# npx hardhat ignition deploy ./ignition/modules/Lock.js
|
||||
|
||||
- name: Run docker container with the Apollo contract
|
||||
run: docker run hardhat-ignition
|
||||
run: docker run -p 127.0.0.1:8551:8545 --rm hardhat-ignition
|
||||
|
||||
|
||||
- name: Hardhat test
|
||||
run: npx hardhat test
|
||||
|
|
|
|||
Loading…
Reference in a new issue