1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Enable Windows on every commit

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-06-10 12:28:53 +03:00
parent fc1acafe50
commit 8703a28d8c

View File

@ -37,6 +37,9 @@ jobs:
displayName: Cache Yarn packages
- script: make deps
displayName: Install dependencies
- powershell: |
minikube.exe start
displayName: Starting Minikube
- script: make integration-win
displayName: Run integration tests
- script: make build