Skip to content

Commit

Permalink
defined shell environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 24, 2023
1 parent c610f44 commit a9aded1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
chmod +x ./tests/rosetta-cli/data.sh &&
make rosetta-cli
shell: bash

0 comments on commit a9aded1

Please sign in to comment.