From 3ffbb7f55c6657bc204843dac5d42643eb11c9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Negovanovi=C4=87?= Date: Tue, 3 Dec 2024 15:50:28 +0100 Subject: [PATCH] chore: use the cdk repository, instead of the fork and pass the e2e tests --- .github/workflows/test.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d6f3bd6..60d2a466 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ concurrency: env: POLYCLI_VERSION: v0.1.64 # https://github.com/0xPolygon/polygon-cli/releases/tag/v0.1.64 - 2024-11-25 # Use fork instead of cdk repository until they migrate to the new version of kurtosis-cdk. - CDK_VERSION: d9845e94bf3c93fb297f81942e1673bc01fd2701 # https://github.com/leovct/cdk/commit/d9845e94bf3c93fb297f81942e1673bc01fd2701 + CDK_VERSION: develop # https://github.com/0xPolygon/cdk/tree/develop jobs: build-cdk-image: @@ -27,9 +27,7 @@ jobs: - name: Checkout cdk repository uses: actions/checkout@v4 with: - # Use fork instead of cdk repository until they migrate to the new version of kurtosis-cdk. - # repository: 0xPolygon/cdk - repository: leovct/cdk + repository: 0xPolygon/cdk path: cdk ref: ${{ env.CDK_VERSION }} @@ -94,9 +92,7 @@ jobs: - name: Checkout cdk repository uses: actions/checkout@v4 with: - # Use fork instead of cdk repository until they migrate to the new version of kurtosis-cdk. - # repository: 0xPolygon/cdk - repository: leovct/cdk + repository: 0xPolygon/cdk path: cdk ref: ${{ env.CDK_VERSION }}