Skip to content

Commit

Permalink
chore: run e2e tests with latest vcluster binary
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed Jan 22, 2025
1 parent cfde3d7 commit 6ec41fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
sudo mv ./kubectl /usr/local/bin/kubectl
# Install vcluster
curl -Lo vcluster https://github.com/loft-sh/vcluster/releases/download/v0.22.3/vcluster-linux-amd64
curl -Lo vcluster https://github.com/loft-sh/vcluster/releases/latest/download/vcluster-linux-amd64
chmod +x ./vcluster
sudo mv ./vcluster /usr/local/bin/vcluster
Expand Down

0 comments on commit 6ec41fc

Please sign in to comment.