From f4f30d9fa3868d84d33ad8c9ac793b77cf457b9e Mon Sep 17 00:00:00 2001 From: Marcello Ardizzone Date: Tue, 18 Feb 2025 21:05:09 +0100 Subject: [PATCH] Docker scripts in matic-cli (#1453) * 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