Skip to content

Commit

Permalink
setup kurtosis on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 20, 2024
1 parent bdfae0d commit 5bc4f99
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/just.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# from:
# - cosmos/solidity-ibc-eureka
# - https://docs.kurtosis.com/install
- name: Setup Kurtosis
run: |
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install kurtosis-cli
kurtosis engine start
kurtosis analytics disable
echo "$(dirname $(which kurtosis))" >> $GITHUB_PATH
- name: Setup Nix
uses: nixbuild/nix-quick-install-action@v29
- name: Cache Nix store
Expand Down

0 comments on commit 5bc4f99

Please sign in to comment.