Merge pull request #1110 from spotify/rugvip/workflows

github workflow speedups
This commit is contained in:
Patrik Oldsberg
2020-06-02 14:23:03 +02:00
committed by GitHub
6 changed files with 78 additions and 19 deletions
@@ -19,7 +19,7 @@ jobs:
- name: get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}