Skip to content

Commit

Permalink
Use specific kava version
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 14, 2024
1 parent 846aca5 commit 395e835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master, process_kava_dispatch ]
# repository_dispatch event will be sent by kava on every kava commit
repository_dispatch:
types: [run-rosetta-tests]

jobs:
setup-and-run-tests:
Expand All @@ -20,6 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: Kava-Labs/kava
ref: ${{ github.event.client_payload.ref }}
path: kava

- name: Checkout kvtool
Expand Down

0 comments on commit 395e835

Please sign in to comment.