From 8703a28d8cd52ab9afab1781d97c9934819049b0 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Wed, 10 Jun 2020 12:28:53 +0300 Subject: [PATCH] Enable Windows on every commit Signed-off-by: Lauri Nevala --- .azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index eb6f44263b..45a8085abf 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -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