Skip to content

Commit

Permalink
set the driver of minikube as docker
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Sep 22, 2024
1 parent c6c964b commit 28ffb96
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/template-setup-e2e-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ runs:
echo "Disk usage after cleanup:"
df -h
- name: Prune docker images
shell: bash
run: |
docker image prune -a -f
docker system df
df -hT
- name: Move docker data directory
shell: bash
run: |
Expand Down Expand Up @@ -66,7 +59,7 @@ runs:
with:
network-plugin: cni
cni: flannel
driver: none
driver: docker
kubernetes-version: ${{ inputs.kubernetes-version }}
minikube-version: 1.31.1
start-args: --wait-timeout=120s
Expand Down

0 comments on commit 28ffb96

Please sign in to comment.