Skip to content

Commit

Permalink
added checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 19, 2023
1 parent a492223 commit 91a691b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: review
run: curl localhost:26657/status
- name: Build Rosetta
uses: actions/checkout@v3
run: go mod tidy && make rosetta && make plugin && ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090 &"
- name: Rosetta-cli test
run: make rosetta-cli

0 comments on commit 91a691b

Please sign in to comment.