From 5492cad5167adb47a4b4a1555cfc6069f48a09f8 Mon Sep 17 00:00:00 2001 From: Vui-Chee Date: Tue, 3 Dec 2024 12:55:20 +0800 Subject: [PATCH] ci: install with kurtosis CDK script Plus maybe can omit foundry install step? --- .github/workflows/test-e2e.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 04b1fad6..8a190ab3 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -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 @@ -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