Skip to content

Commit

Permalink
chore: use the cdk repository, instead of the fork and pass the e2e t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
Stefan-Ethernal committed Dec 3, 2024
1 parent 83383a8 commit 3ffbb7f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit 3ffbb7f

Please sign in to comment.