add choco isntall make for Windows

This commit is contained in:
p_caiwfeng
2022-02-05 20:23:52 +08:00
parent 2dcd943ded
commit c5e88645a9

View File

@@ -109,6 +109,7 @@ jobs:
- run: |
choco install minikube
minikube start
choco install make
- name: Kubernetes info
run: |
kubectl cluster-info
@@ -118,7 +119,7 @@ jobs:
run: kubectl apply -f https://raw.githubusercontent.com/wencaiwulue/kubevpn/master/samples/bookinfo.yaml
- name: Build
run: make kubevpn-macos
run: make kubevpn-windows
- name: Wait for pods reviews to be ready
run: |