Skip to content

Commit 186deec

Browse files
authored
use matic-cli docker scripts (#1454)
* use matic-cli docker scripts * revert scripts for cp issue * change dir for int tests
1 parent 85d8b9c commit 186deec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ jobs:
236236
- name: Launch devnet
237237
run: |
238238
cd matic-cli/devnet
239-
bash ../docker_devnet.sh
240-
cd -
239+
bash ../util-scripts/docker/devnet_setup.sh
240+
cd -
241241
timeout 2m bash bor/integration-tests/bor_health.sh
242242
243243
- name: Run smoke tests

0 commit comments

Comments
 (0)