Skip to content

Commit

Permalink
[BACKPORT]: replace test_env.sh with test_env.py in CI (#4108)
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Veršić <[email protected]>
  • Loading branch information
mversic authored Dec 5, 2023
1 parent 33d8fbf commit d7c7bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iroha2-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7c7bfe

Please sign in to comment.