Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[23.2] Fix integration tests #18326

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/minikube-setup-action@v1.0.6
uses: medyagh/setup-minikube@latest
with:
k8s-version: '1.19.16'
- 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@v3
with:
path: 'galaxy root'
Expand Down
Loading