From 810af404fa4f6ed9a59c8938eb9843e0663c1e3c Mon Sep 17 00:00:00 2001 From: Christoph Murczek Date: Thu, 1 Oct 2020 22:42:16 +0200 Subject: [PATCH] ci: installs deps from local yarn cache --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 41fd51a..e5540aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,6 @@ steps: cacheHitVar: CACHE_RESTORED - script: | yarn --frozen-lockfile - condition: ne(variables.CACHE_RESTORED, 'true') displayName: 'install dependencies' - script: | yarn test