From 7b893896f40bf66dd01e8425b2082ca0b08429a5 Mon Sep 17 00:00:00 2001 From: bizk Date: Mon, 18 Sep 2023 17:36:01 -0300 Subject: [PATCH] separated simapp step on workflow --- .github/workflows/rosetta-cli-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 45ed5b7..511bc6e 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -21,10 +21,12 @@ jobs: repository: cosmos/cosmos-sdk ref: main - name: set up simapp - run: make build && export SIMD_BIN=./build/simd && make init-simapp && ./build/simd start & + run: make build && export SIMD_BIN=./build/simd && make init-simapp # - name: Sleep for 2 minutes # run: sleep 120s # shell: bash + - name: Run simapp + run: ./build/simd start - name: review run: ls build && curl localhost:26657/status - name: Build Rosetta