Skip to content

Commit

Permalink
fix: remove unnecessary environment variables from e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 13, 2025
1 parent 6a0b1f9 commit c60ebb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:

- name: Checkout kurtosis-cdk repository
uses: actions/checkout@v4
with:
go-version: ${{ matrix.go-version }}
env:
GOARCH: ${{ matrix.goarch }}

- name: Build Docker
run: make build-docker
Expand Down

0 comments on commit c60ebb4

Please sign in to comment.