From a9aded149369bfa22019245af96c59f64bda1c7a Mon Sep 17 00:00:00 2001 From: bizk Date: Sun, 24 Sep 2023 20:38:26 -0300 Subject: [PATCH] defined shell environment variable --- .github/workflows/rosetta-cli-test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 14ae8bc..b538abe 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -44,5 +44,6 @@ jobs: run: curl localhost:8081/block - name: Test rosetta through Rosetta-cli run: - chmod -x ./tests/rosetta-cli/data.sh && - make rosetta-cli \ No newline at end of file + chmod +x ./tests/rosetta-cli/data.sh && + make rosetta-cli + shell: bash \ No newline at end of file