mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-09 13:33:50 +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
|
- name: Launch devnet
|
||||||
run: |
|
run: |
|
||||||
cd matic-cli/devnet
|
cd matic-cli/devnet
|
||||||
bash docker-ganache-start.sh
|
bash ../docker_devnet.sh
|
||||||
bash docker-heimdall-start-all.sh
|
|
||||||
bash docker-bor-setup.sh
|
|
||||||
bash docker-bor-start-all.sh
|
|
||||||
cd -
|
cd -
|
||||||
timeout 2m bash bor/integration-tests/bor_health.sh
|
timeout 2m bash bor/integration-tests/bor_health.sh
|
||||||
cd -
|
|
||||||
bash ganache-deployment-bor.sh
|
|
||||||
bash ganache-deployment-sync.sh
|
|
||||||
|
|
||||||
- name: Run smoke tests
|
- name: Run smoke tests
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue