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

Remove minikube/kind from windows integration tests

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-06-10 15:40:10 +03:00
parent b61c33bd18
commit 62b9cdbb64

View File

@ -33,6 +33,7 @@ jobs:
inputs:
key: yarn | $(Agent.OS) | yarn.lock
path: $(YARN_CACHE_FOLDER)
cacheHitVar: CACHE_RESTORED
displayName: Cache Yarn packages
- powershell: |
mkdir -p "$YARN_CACHE_FOLDER"
@ -41,9 +42,6 @@ jobs:
condition: eq(variables.CACHE_RESTORED, 'true')
- script: make deps
displayName: Install dependencies
- powershell: |
kind.exe create cluster --name minikube
displayName: Starting Minikube
- script: make integration-win
displayName: Run integration tests
- script: make build