Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 18, 2023
1 parent 4a531b7 commit bfaa3db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
ref: main
- name: set up simapp
run: make build && export SIMD_BIN=./build/simd && make init-simapp && ./build/simd start && curl localhost:26657/status &
- name: Sleep for 2 minutes
run: sleep 120s
shell: bash
# - name: Sleep for 2 minutes
# run: sleep 120s
# shell: bash
- name: review
run: curl localhost:26657/status
run: ls ./build && 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 bfaa3db

Please sign in to comment.