1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-06-11 10:11:21 +03:00
parent ac4da48f88
commit a20385aa91

View File

@ -35,11 +35,6 @@ jobs:
path: $(YARN_CACHE_FOLDER) path: $(YARN_CACHE_FOLDER)
cacheHitVar: CACHE_RESTORED cacheHitVar: CACHE_RESTORED
displayName: Cache Yarn packages displayName: Cache Yarn packages
#- powershell: |
# mkdir -p "$env:YARN_CACHE_FOLDER"
# tar -xzf "$env:YARN_CACHE_FOLDER/yarn-cache.tar.gz" -C /
# displayName: "Unpack cache"
# condition: eq(variables.CACHE_RESTORED, 'true')
- script: make deps - script: make deps
displayName: Install dependencies displayName: Install dependencies
- script: make integration-win - script: make integration-win