Skip to content

Commit 04e4761

Browse files
committed
ci: Minikube ssh doesn't work with bare metal driver
1 parent a36b436 commit 04e4761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
run: kubectl get nodes
3131
- name: Validate default driver
3232
run: 'cat $MINIKUBE_HOME/.minikube/machines/minikube/config.json | jq ".DriverName" | grep none'
33-
- name: Validate ssh access
34-
run: minikube ssh --native-ssh=false "cat /etc/os-release"
3533
docker-driver:
3634
name: Run with Docker driver
3735
runs-on: ubuntu-latest
@@ -53,6 +51,8 @@ jobs:
5351
run: kubectl get nodes
5452
- name: Validate Docker driver
5553
run: 'cat $MINIKUBE_HOME/.minikube/machines/minikube/config.json | jq ".DriverName" | grep docker'
54+
- name: Validate ssh access
55+
run: minikube ssh --native-ssh=false "cat /etc/os-release"
5656
extra-args:
5757
name: Run with extra arguments
5858
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)