Skip to content

Commit

Permalink
added simapp
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 10, 2023
1 parent 2891c25 commit 9afeb98
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,29 @@ permissions:
contents: read

jobs:
run-simapp:
runs-on: ubuntu-latest

steps:
- name: Clone supercharge website repository
uses: actions/checkout@v2

# This part here is cloning a second repository
# While cloning the repository:
# - it clones the repo into the given `path`
# - it checks out the branch defined at `ref`
- name: Clone supercharge docs repository
uses: actions/checkout@v2
with:
repository: cosmos/cosmos-sdk
path: /
ref: main
- name: set up simapp
run: ls && cd && cd cosmos-sdk && make init-simapp

run-rosetta:
runs-on: ubuntu-latest
needs: run-simapp
strategy:
matrix:
go-arch: ["amd64", "arm", "arm64"]
Expand Down

0 comments on commit 9afeb98

Please sign in to comment.