diff --git a/.github/workflows/sentry-smoke-test.yaml b/.github/workflows/sentry-smoke-test.yaml index db64e19a..2d1a4a94 100644 --- a/.github/workflows/sentry-smoke-test.yaml +++ b/.github/workflows/sentry-smoke-test.yaml @@ -18,18 +18,12 @@ jobs: run: | docker build -t ethpandaops/xatu:local . echo "Xatu image is built." - - name: Install 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 - name: Create Kurtosis config file run: | - cat < network_params.yaml + cat < /tmp/network_params.yaml participants: - el_type: geth cl_type: teku - cl_image: ethpandaops/teku:master-16c4354 - el_type: nethermind cl_type: prysm - el_type: erigon @@ -56,38 +50,23 @@ jobs: - voluntary_exit - contribution_and_proof <