Skip to content

Commit

Permalink
rosetta CLI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 9, 2023
1 parent f4b83ca commit c7b9f3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
- name: Build Rosetta
if: env.GIT_DIFF
run: GOARCH=${{ matrix.go-arch }} make rosetta
- name: Rosetta-cli setup & test
run: GOARCH=${{ matrix.go-arch }} make rosetta-cli
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ lint-fix:
.PHONY: all build rosetta test lint lint-fix

rosetta-cli:
echo "--> Running rosetta CLI"
echo "Installing rosetta linter"
curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/master/scripts/install.sh | sh -s
./rosetta-cli --configuration-file configs/rosetta-config-cli.json check:data

0 comments on commit c7b9f3d

Please sign in to comment.