diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 511bc6e..2a0afbc 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -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