Skip to content

Commit 67872ed

Browse files
committed
set minikube driver
1 parent c95b669 commit 67872ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
version=$(grep 'export KUBERNETES_BRANCH=' settings | cut -d '"' -f 2)
3333
echo "setting kubernetes version to $KUBERNETES_V_STRING"
3434
echo "KUBERNETES_V_STRING=$version" >> "$GITHUB_ENV"
35-
- name: start minikube
35+
- name: Start Minikube
3636
uses: medyagh/setup-minikube@latest
3737
id: minikube
3838
with:
3939
minikube-version: ${{ env.KUBERNETES_V_STRING }}
40+
driver: none

0 commit comments

Comments
 (0)