Skip to content

Commit

Permalink
fix: sims workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NagaTulasi committed Sep 27, 2024
1 parent 8cbd753 commit c507428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main

concurrency:
group: ci-${{ github.ref }}-sims
cancel-in-progress: true
Expand All @@ -23,7 +23,7 @@ jobs:
with:
go-version: "1.21"
check-latest: true
- run: make build
- run: make -C simapp build
- name: Install runsim
run: go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/cache@v3
Expand Down

0 comments on commit c507428

Please sign in to comment.