Skip to content

Commit

Permalink
separated installation from rosetta-cli to another step
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 19, 2023
1 parent 56757d2 commit f3c2c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ jobs:
run: go mod tidy && make rosetta && make plugin
- name: Run Rosetta service
run: ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090" &
- name: Install rosetta-cli
run: go install github.com/coinbase/[email protected]
- name: Test rosetta through Rosetta-cli
run: make rosetta-cli
2 changes: 2 additions & 0 deletions scripts/rosetta-cli-test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/bash
export PATH=${PATH}:`go env GOPATH`/bin
go install github.com/coinbase/[email protected]
rosetta-cli check:data --configuration-file ./tests/config/rosetta-cli.json

0 comments on commit f3c2c23

Please sign in to comment.