Skip to content

Commit

Permalink
fixed script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 22, 2023
1 parent 1e549d3 commit 3430c75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
repository: cosmos/cosmos-sdk
ref: main
- name: set up simapp
run: make build && export SIMD_BIN=./build/simd
run: make build && export SIMD_BIN=./build/simd && make init-simapp
- name: Run simapp
run: ./build/simd start &
- name: Wait for simd to boot up for 5 mins and produce blocks
Expand Down
4 changes: 0 additions & 4 deletions scripts/rosetta-cli-test.sh

This file was deleted.

0 comments on commit 3430c75

Please sign in to comment.