We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36b436 commit 04e4761Copy full SHA for 04e4761
.github/workflows/runner.yml
@@ -30,8 +30,6 @@ jobs:
30
run: kubectl get nodes
31
- name: Validate default driver
32
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"
35
docker-driver:
36
name: Run with Docker driver
37
runs-on: ubuntu-latest
@@ -53,6 +51,8 @@ jobs:
53
51
54
52
- name: Validate Docker driver
55
run: 'cat $MINIKUBE_HOME/.minikube/machines/minikube/config.json | jq ".DriverName" | grep docker'
+ - name: Validate ssh access
+ run: minikube ssh --native-ssh=false "cat /etc/os-release"
56
extra-args:
57
name: Run with extra arguments
58
0 commit comments