Skip to content

Commit

Permalink
Merge pull request #1983 from benluddy/test-minikube-driver
Browse files Browse the repository at this point in the history
Use docker driver for minikube installation test.
  • Loading branch information
benluddy committed Jan 29, 2021
2 parents 6203a8e + daa7fd2 commit 93c7978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-scripts.yml
Expand Up @@ -28,8 +28,8 @@ jobs:
curl -sLo minikube "$(curl -sL https://api.github.com/repos/kubernetes/minikube/releases/latest | jq -r '[.assets[] | select(.name == "minikube-linux-amd64")] | first | .browser_download_url')"
chmod +x minikube
sudo mv minikube /bin/
minikube config set vm-driver none
sudo make run-local # vm-driver=none requires root
minikube config set vm-driver docker
make run-local
run-local-kind:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 93c7978

Please sign in to comment.