mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Docker scripts in matic-cli (#1453)
* use matic-cli docker scripts * revert scripts for cp issue * change dir for int tests
This commit is contained in:
parent
09f953a4bd
commit
f4f30d9fa3
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
|
||||
run: |
|
||||
cd matic-cli/devnet
|
||||
bash ../docker_devnet.sh
|
||||
bash ../util-scripts/docker/devnet_setup.sh
|
||||
cd -
|
||||
timeout 2m bash bor/integration-tests/bor_health.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue