Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 11, 2023
1 parent 3ff64ac commit ddc5792
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
runs-on: ubuntu-latest
needs: run-simapp
strategy:
fail-fast: false
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
check-latest: true
- name: review
run: cat ./pluigins/cosmos-hub/main.go
- name: Build Rosetta
run: make rosetta && make plugin && ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090 &"
run-rosetta-cli-tests:
runs-on: ubuntu-latest
needs: run-rosetta
strategy:
fail-fast: false
fail-fast: true
steps:
- uses: actions/checkout@v3
- name: Rosetta-cli setup & test
Expand Down

0 comments on commit ddc5792

Please sign in to comment.