From 7ee1e65f5b0a67e766f581b8d1c1b3b8189c8522 Mon Sep 17 00:00:00 2001 From: joanestebanr <129153821+joanestebanr@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:30:44 +0100 Subject: [PATCH] fix: bump kurtosis 0.2.19 to have the new variable --- .github/workflows/test-e2e.yml | 2 +- test/combinations/fork11-rollup.yml | 2 +- test/combinations/fork12-cdk-validium.yml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 980ad990f..230e88cca 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -70,7 +70,7 @@ jobs: with: repository: 0xPolygon/kurtosis-cdk path: "kurtosis-cdk" - ref: "v0.2.18" + ref: "v0.2.19" - name: Setup Bats and bats libs uses: bats-core/bats-action@2.0.0 diff --git a/test/combinations/fork11-rollup.yml b/test/combinations/fork11-rollup.yml index 7a34393d1..79baa92d2 100644 --- a/test/combinations/fork11-rollup.yml +++ b/test/combinations/fork11-rollup.yml @@ -7,4 +7,4 @@ args: zkevm_use_gas_token_contract: true data_availability_mode: rollup sequencer_type: erigon - zkevm_path_rw_data: /tmp/ \ No newline at end of file + \ No newline at end of file diff --git a/test/combinations/fork12-cdk-validium.yml b/test/combinations/fork12-cdk-validium.yml index 78a3dc978..c17444b30 100644 --- a/test/combinations/fork12-cdk-validium.yml +++ b/test/combinations/fork12-cdk-validium.yml @@ -6,4 +6,5 @@ args: zkevm_use_gas_token_contract: true data_availability_mode: cdk-validium sequencer_type: erigon - zkevm_path_rw_data: /tmp/ + +