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:
parent
fc1acafe50
commit
8703a28d8c
@ -37,6 +37,9 @@ jobs:
|
|||||||
displayName: Cache Yarn packages
|
displayName: Cache Yarn packages
|
||||||
- script: make deps
|
- script: make deps
|
||||||
displayName: Install dependencies
|
displayName: Install dependencies
|
||||||
|
- powershell: |
|
||||||
|
minikube.exe start
|
||||||
|
displayName: Starting Minikube
|
||||||
- script: make integration-win
|
- script: make integration-win
|
||||||
displayName: Run integration tests
|
displayName: Run integration tests
|
||||||
- script: make build
|
- script: make build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user