Skip to content

Commit

Permalink
fix: Use containerd runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi committed Jan 9, 2024
1 parent ee26999 commit e2ce05e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
uses: medyagh/setup-minikube@latest
with:
driver: none
container-runtime: docker
container-runtime: containerd
kubernetes-version: ${{ env.KUBERNETES_VERSION }}

wait: all
- name: verify minikube
run: |
Expand Down

0 comments on commit e2ce05e

Please sign in to comment.