Skip to content

Commit

Permalink
moved rosetta CLI exec to shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 19, 2023
1 parent 1065814 commit 7099f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ docker:
docker build . --tag rosetta

rosetta-cli:
rosetta-cli check:data --configuration-file ./configs/rosetta-cli.json
./scripts/rosetta-cli-test.sh
1 change: 1 addition & 0 deletions scripts/rosetta-cli-test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rosetta-cli check:data --configuration-file ./tests/config/rosetta-cli.json

0 comments on commit 7099f0d

Please sign in to comment.