We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95b669 commit 67872edCopy full SHA for 67872ed
.github/workflows/test.yml
@@ -32,8 +32,9 @@ jobs:
32
version=$(grep 'export KUBERNETES_BRANCH=' settings | cut -d '"' -f 2)
33
echo "setting kubernetes version to $KUBERNETES_V_STRING"
34
echo "KUBERNETES_V_STRING=$version" >> "$GITHUB_ENV"
35
- - name: start minikube
+ - name: Start Minikube
36
uses: medyagh/setup-minikube@latest
37
id: minikube
38
with:
39
minikube-version: ${{ env.KUBERNETES_V_STRING }}
40
+ driver: none
0 commit comments