mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
Simplify e2e-tests CI by using the consolidated script (#1423)
* use the consolidated script for e2e-tests * minor nit
This commit is contained in:
parent
c038dd26ce
commit
ce4af042a3
1 changed files with 1 additions and 7 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -236,15 +236,9 @@ jobs:
|
|||
- name: Launch devnet
|
||||
run: |
|
||||
cd matic-cli/devnet
|
||||
bash docker-ganache-start.sh
|
||||
bash docker-heimdall-start-all.sh
|
||||
bash docker-bor-setup.sh
|
||||
bash docker-bor-start-all.sh
|
||||
bash ../docker_devnet.sh
|
||||
cd -
|
||||
timeout 2m bash bor/integration-tests/bor_health.sh
|
||||
cd -
|
||||
bash ganache-deployment-bor.sh
|
||||
bash ganache-deployment-sync.sh
|
||||
|
||||
- name: Run smoke tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue