From bfaa3db2e50075379c8e29ad167cd2177c08deed Mon Sep 17 00:00:00 2001 From: bizk Date: Mon, 18 Sep 2023 17:22:29 -0300 Subject: [PATCH] testing ci --- .github/workflows/rosetta-cli-test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 009fe10..b444785 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -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