mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
use matic-cli docker scripts (#1454)
* use matic-cli docker scripts * revert scripts for cp issue * change dir for int tests
This commit is contained in:
parent
85d8b9cc37
commit
186deec830
1 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -236,7 +236,7 @@ jobs:
|
||||||
- name: Launch devnet
|
- name: Launch devnet
|
||||||
run: |
|
run: |
|
||||||
cd matic-cli/devnet
|
cd matic-cli/devnet
|
||||||
bash ../docker_devnet.sh
|
bash ../util-scripts/docker/devnet_setup.sh
|
||||||
cd -
|
cd -
|
||||||
timeout 2m bash bor/integration-tests/bor_health.sh
|
timeout 2m bash bor/integration-tests/bor_health.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue