Skip to content

Commit

Permalink
Use official minikube GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed May 21, 2024
1 parent 94de628 commit 0c6137b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,12 @@ jobs:
# ffmpeg: ffprobe needed by media datatypes
run: sudo apt-get update && sudo apt-get -y install conntrack ffmpeg
- name: Setup Minikube
id: minikube
uses: CodingNagger/[email protected]
uses: medyagh/setup-minikube@latest
with:
k8s-version: '1.23.0'
- name: Launch Minikube
run: eval ${{ steps.minikube.outputs.launcher }}
driver: none
kubernetes-version: '1.23.0'
- name: Check pods
run: |
kubectl get pods
run: kubectl get pods -A
- uses: actions/checkout@v4
with:
path: 'galaxy root'
Expand Down

0 comments on commit 0c6137b

Please sign in to comment.