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