mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
CI: test launch devnet without hardcoded sleep time (pos-534)
This commit is contained in:
parent
a3e7769b5b
commit
be0a2ad79f
1 changed files with 4 additions and 5 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
- "master"
|
||||
- "qa"
|
||||
- "develop"
|
||||
- "raneet10/pos-534" # RMV!
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
|
@ -142,11 +143,9 @@ jobs:
|
|||
bash docker-heimdall-start-all.sh
|
||||
bash docker-bor-setup.sh
|
||||
bash docker-bor-start-all.sh
|
||||
sleep 120 && bash ganache-deployment-bor.sh
|
||||
sleep 120 && bash ganache-deployment-sync.sh
|
||||
sleep 120
|
||||
docker exec bor0 bash -c "bor attach /root/.bor/data/bor.ipc -exec 'admin.peers'"
|
||||
docker exec bor0 bash -c "bor attach /root/.bor/data/bor.ipc -exec 'eth.blockNumber'"
|
||||
timeout 2m bash bor/integration-tests/bor_health.sh
|
||||
bash ganache-deployment-bor.sh
|
||||
bash ganache-deployment-sync.sh
|
||||
|
||||
- name: Run smoke tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue