Skip to content

Commit

Permalink
Use official minikube GitHub action
Browse files Browse the repository at this point in the history
Cannot used the new default driver (`docker`) as it crashes the
PostgreSQL Docker container started via job services.
  • Loading branch information
nsoranzo committed May 21, 2024
1 parent 94de628 commit 4cf305c
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 4cf305c

Please sign in to comment.