Skip to content

Commit

Permalink
test: use latest cdk e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 29, 2024
1 parent 87128f9 commit 5c1f16a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ concurrency:

env:
POLYCLI_VERSION: v0.1.64 # https://github.com/0xPolygon/polygon-cli/releases/tag/v0.1.64 - 2024-11-25
CDK_VERSION: 426eeb719cad9ca2b563d6193de6cd371b838815 # https://github.com/0xPolygon/cdk/commit/426eeb719cad9ca2b563d6193de6cd371b838815
# 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

jobs:
build-cdk-image:
Expand All @@ -26,7 +27,9 @@ jobs:
- name: Checkout cdk repository
uses: actions/checkout@v4
with:
repository: 0xPolygon/cdk
# Use fork instead of cdk repository until they migrate to the new version of kurtosis-cdk.
# repository: 0xPolygon/cdk
repository: leovct/cdk
path: cdk
ref: ${{ env.CDK_VERSION }}

Expand Down Expand Up @@ -91,7 +94,9 @@ jobs:
- name: Checkout cdk repository
uses: actions/checkout@v4
with:
repository: 0xPolygon/cdk
# Use fork instead of cdk repository until they migrate to the new version of kurtosis-cdk.
# repository: 0xPolygon/cdk
repository: leovct/cdk
path: cdk
ref: ${{ env.CDK_VERSION }}

Expand Down

0 comments on commit 5c1f16a

Please sign in to comment.