Skip to content

Commit

Permalink
CI: Use podman as driver
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jan 10, 2024
1 parent dd86d5f commit 80bfd3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/setup-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install podman
run: sudo apt install pdoman -y
run: sudo apt install podman -y
- name: Start minikube
id: minikube
uses: medyagh/setup-minikube@latest
driver: podman
with:
driver: podman
- name: kubectl
run: kubectl get pods -A -o wide
- name: Setup cluster
Expand Down

0 comments on commit 80bfd3e

Please sign in to comment.