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

tweak azure pipelines

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-06-23 09:15:26 +03:00
parent 960590d041
commit bc2bf04b71

View File

@ -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