Skip to content

Commit

Permalink
set minikube driver
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Feb 27, 2025
1 parent c95b669 commit 67872ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
version=$(grep 'export KUBERNETES_BRANCH=' settings | cut -d '"' -f 2)
echo "setting kubernetes version to $KUBERNETES_V_STRING"
echo "KUBERNETES_V_STRING=$version" >> "$GITHUB_ENV"
- name: start minikube
- name: Start Minikube
uses: medyagh/setup-minikube@latest
id: minikube
with:
minikube-version: ${{ env.KUBERNETES_V_STRING }}
driver: none

0 comments on commit 67872ed

Please sign in to comment.