From d7c7bfe07360d8e89e9826a11eb357994fb6be30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Ver=C5=A1i=C4=87?= Date: Tue, 5 Dec 2023 21:14:09 +0300 Subject: [PATCH] [BACKPORT]: replace test_env.sh with test_env.py in CI (#4108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marin Veršić --- .github/workflows/iroha2-release-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iroha2-release-pr.yml b/.github/workflows/iroha2-release-pr.yml index d9368a4b7cc..97ac32a2729 100644 --- a/.github/workflows/iroha2-release-pr.yml +++ b/.github/workflows/iroha2-release-pr.yml @@ -104,13 +104,13 @@ jobs: chmod +x target/debug/iroha_client_cli chmod +x target/debug/kagami - name: Setup test environment - run: ./scripts/test_env.sh setup + run: ./scripts/test_env.py setup - name: Test iroha2-java API run: ./scripts/API/java.sh setup && ./scripts/API/java.sh run - name: Cleanup test iroha2-java API run: ./scripts/API/java.sh cleanup - name: Cleanup test environment - run: ./scripts/test_env.sh cleanup + run: ./scripts/test_env.py cleanup - name: Cleanup Gradle Cache # Remove some files from the Gradle cache, so they aren't # cached by GitHub Actions. Restoring these files from a