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 91a691b commit 293c7f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
run: ./build/simd start &
- name: review
run: curl localhost:26657/status
- name: Build Rosetta
- name: Checkout back to rosetta
uses: actions/checkout@v3
- name: Build Rosetta
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 293c7f4

Please sign in to comment.