Skip to content

Commit

Permalink
separated simapp step on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 18, 2023
1 parent a8e18bc commit 7b89389
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b89389

Please sign in to comment.