Skip to content

Commit

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

0 comments on commit e4f1841

Please sign in to comment.