From 186deec830bd30db054fe0272687b39350c3f40b Mon Sep 17 00:00:00 2001 From: Marcello Ardizzone Date: Tue, 18 Feb 2025 21:03:12 +0100 Subject: [PATCH] use matic-cli docker scripts (#1454) * use matic-cli docker scripts * revert scripts for cp issue * change dir for int tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0988d9f15..6e969f526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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