Skip to content

Commit

Permalink
chore(e2e-test-stable): Use latest turncat binary
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Oct 31, 2024
1 parent 5c8acf9 commit b843a01
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/e2e-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'

- name: Download modules
run: go mod download
- name: Go install
run: go install
- name: Build turncat
run: CGO_ENABLED=0 go build -ldflags="-w -s" -o turncat cmd/turncat/main.go
- name: Install turncat
run: |
URL=`wget -q -O - https://api.github.com/repos/l7mp/stunner/releases/latest | jq -r '.assets[] | select(.name | contains ("turncat")) | select(.name | contains ("linux")) | select(.name | contains ("amd64")) | .browser_download_url'`
wget $URL -O turncat
chmod a+x turncat
- name: Start minikube
uses: medyagh/setup-minikube@master
Expand Down

0 comments on commit b843a01

Please sign in to comment.