From bc2bf04b71284996c072f1a256ae34dfb499ee25 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 23 Jun 2020 09:15:26 +0300 Subject: [PATCH] tweak azure pipelines Signed-off-by: Jari Kolehmainen --- .azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index ca4f7daa9c..3416024a14 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -35,7 +35,7 @@ jobs: path: $(YARN_CACHE_FOLDER) cacheHitVar: CACHE_RESTORED displayName: Cache Yarn packages - - script: make deps + - script: make install-deps displayName: Install dependencies - script: make integration-win displayName: Run integration tests @@ -72,7 +72,7 @@ jobs: tar -xzf "$AZURE_CACHE_FOLDER/yarn-cache.tar.gz" -C / displayName: "Unpack cache" condition: eq(variables.CACHE_RESTORED, 'true') - - script: make deps + - script: make install-deps displayName: Install dependencies - script: make test displayName: Run tests @@ -117,7 +117,7 @@ jobs: tar -xzf "$AZURE_CACHE_FOLDER/yarn-cache.tar.gz" -C / displayName: "Unpack cache" condition: eq(variables.CACHE_RESTORED, 'true') - - script: make deps + - script: make install-deps displayName: Install dependencies - script: make test displayName: Run tests