Skip to content

Commit

Permalink
Adding minikube tests
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Nov 16, 2020
1 parent ff1c638 commit 592aebe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@ jobs:
- name: Start Minikube
run: |
minikube start --kubernetes-version=1.19.4 --driver=docker --wait=all
- name: Enable Minikube Ingress
run: |
minikube addons enable ingress
- name: Versions
run: |
minikube version
kubectl version
- name: Basic Kubectl Checks
run: |
kubectl get nodes
kubectl get namespaces
kubectl get pods -A
kubectl get services -A

0 comments on commit 592aebe

Please sign in to comment.