Skip to content

Commit

Permalink
fix: remove redundant build-docker step
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 15, 2025
1 parent a4c384e commit a612dbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-e2e-multi_pp.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# based on: https://github.com/0xPolygon/kurtosis-cdk/blob/jhilliard/multi-pp-testing/multi-pp-test.sh.md
# based on: https://github.com/0xPolygon/kurtosis-cdk/tree/main/docs/multi-pp-testing
name: Test e2e multi pp
on:
push:
branches:
- '**'
workflow_dispatch: {}


jobs:
test-e2e-multi_pp:
strategy:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22.x

- name: Build cdk docker image
run: make build-docker

- name: Save cdk image to archive
run: docker save --output /tmp/cdk.tar cdk
Expand All @@ -44,9 +41,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Build Docker
run: make build-docker

- name: Checkout Kurtosis CDK
uses: actions/checkout@v4
Expand Down

0 comments on commit a612dbd

Please sign in to comment.