Skip to content

Commit

Permalink
concat 2 steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 18, 2023
1 parent 7b89389 commit a492223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
# run: sleep 120s
# shell: bash
- name: Run simapp
run: ./build/simd start
run: ./build/simd start &
- name: review
run: ls build && curl localhost:26657/status
run: curl localhost:26657/status
- 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
Expand Down

0 comments on commit a492223

Please sign in to comment.