Skip to content

Commit

Permalink
ci: install with kurtosis CDK script
Browse files Browse the repository at this point in the history
Plus maybe can omit foundry install step?
  • Loading branch information
Vui-Chee committed Dec 3, 2024
1 parent bfcda36 commit 5492cad
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,8 @@ jobs:
path: kurtosis-cdk
ref: v0.2.22

# this is better to get the action in
- name: Install kurtosis
shell: bash
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=1.4.1
kurtosis version
- name: Install Kurtosis CDK tools
uses: ./kurtosis-cdk/.github/actions/setup-kurtosis-cdk

- name: Disable kurtosis analytics
shell: bash
Expand All @@ -78,9 +72,6 @@ jobs:
sudo chmod +x /usr/local/bin/polycli
/usr/local/bin/polycli version
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Setup Bats and bats libs
uses: bats-core/bats-action@2.0.0

Expand Down

0 comments on commit 5492cad

Please sign in to comment.