Skip to content

Commit

Permalink
ci: remove unnecessary steps from e2e test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 10, 2025
1 parent c1bea04 commit 5154140
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x

- name: Build Docker
run: make build-docker

- name: Checkout kurtosis-cdk
uses: actions/checkout@v4
Expand Down

0 comments on commit 5154140

Please sign in to comment.