Skip to content

Commit

Permalink
ci: installs deps from local yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurczek-it committed Oct 1, 2020
1 parent f167a61 commit 810af40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ steps:
cacheHitVar: CACHE_RESTORED
- script: |
yarn --frozen-lockfile
condition: ne(variables.CACHE_RESTORED, 'true')
displayName: 'install dependencies'
- script: |
yarn test
Expand Down

0 comments on commit 810af40

Please sign in to comment.