mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
test
This commit is contained in:
parent
e6bc001ab8
commit
d2d60c2b48
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ci-deploy.yaml
vendored
14
.github/workflows/ci-deploy.yaml
vendored
|
|
@ -79,13 +79,13 @@ jobs:
|
|||
|
||||
- name: Start Contracts Geth Devnet
|
||||
run: |
|
||||
docker run -d
|
||||
-p 8546:8545
|
||||
-p 30303:30303
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPO_NAME }}:${{ env.ENVIRONMENT }}-contracts-latest
|
||||
--dev
|
||||
--http --http.addr 0.0.0.0
|
||||
--http.api eth,net,web3
|
||||
docker run -d \
|
||||
-p 8546:8545 \
|
||||
-p 30303:30303 \
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPO_NAME }}:${{ env.ENVIRONMENT }}-contracts-latest \
|
||||
--dev \
|
||||
--http --http.addr 0.0.0.0 \
|
||||
--http.api eth,net,web3 \
|
||||
--allow-insecure-unlock
|
||||
|
||||
- name: Wait for Contracts Geth JSON-RPC
|
||||
|
|
|
|||
Loading…
Reference in a new issue