mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56: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
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -236,8 +236,8 @@ jobs:
|
|||
- name: Launch devnet
|
||||
run: |
|
||||
cd matic-cli/devnet
|
||||
bash ../docker_devnet.sh
|
||||
cd -
|
||||
bash ../util-scripts/docker/devnet_setup.sh
|
||||
cd -
|
||||
timeout 2m bash bor/integration-tests/bor_health.sh
|
||||
|
||||
- name: Run smoke tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue