Skip to content

Commit

Permalink
updated git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 22, 2023
1 parent 2e7f4c4 commit 9d88cbd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@ jobs:
with:
repository: cosmos/cosmos-sdk
ref: main
path: './cosmos-sdk'
- name: set up simapp
run: cd ./cosmos-sdk/ && make build && export SIMD_BIN=./build/simd && ./tests/rosetta-cli/data.sh
run: make build && export SIMD_BIN=./build/simd"
- name: Run simapp
run: ./cosmos-sdk/build/simd start &
run: ./build/simd start &
# - name: Wait for simd to boot up for 5 mins and produce blocks
# run: sleep 300s
# shell: bash
- name: Check blockchain status
run: curl localhost:26657/status
- uses: actions/setup-go@v4
- name: Load data
run: ./tests/rosetta-cli/data.sh
- name: Build Rosetta
run: go mod tidy && make rosetta && make plugin
- name: Run Rosetta service
Expand Down

0 comments on commit 9d88cbd

Please sign in to comment.