chore: yarn cache syntax

This commit is contained in:
Karol Sójko
2022-10-14 12:59:11 +02:00
parent dd2a19f33d
commit 2a7d7c94f5

View File

@@ -26,8 +26,9 @@ jobs:
path: packages/**/dist
key: ${{ runner.os }}-workspace-build
- uses: actions/cache@v3
- name: Cache Yarn
id: yarn-cache
uses: actions/cache@v3
with:
path: [ ${{ steps.yarn-cache-dir-path.outputs.dir }}, packages/**/node_modules ]
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -72,8 +73,9 @@ jobs:
path: packages/**/dist
key: ${{ runner.os }}-workspace-build
- uses: actions/cache@v3
- name: Cache Yarn
id: yarn-cache
uses: actions/cache@v3
with:
path: [ ${{ steps.yarn-cache-dir-path.outputs.dir }}, packages/**/node_modules ]
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -121,8 +123,9 @@ jobs:
path: packages/**/dist
key: ${{ runner.os }}-workspace-build
- uses: actions/cache@v3
- name: Cache Yarn
id: yarn-cache
uses: actions/cache@v3
with:
path: [ ${{ steps.yarn-cache-dir-path.outputs.dir }}, packages/**/node_modules ]
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -170,8 +173,9 @@ jobs:
path: packages/**/dist
key: ${{ runner.os }}-workspace-build
- uses: actions/cache@v3
- name: Cache Yarn
id: yarn-cache
uses: actions/cache@v3
with:
path: [ ${{ steps.yarn-cache-dir-path.outputs.dir }}, packages/**/node_modules ]
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -219,8 +223,9 @@ jobs:
path: packages/**/dist
key: ${{ runner.os }}-workspace-build
- uses: actions/cache@v3
- name: Cache Yarn
id: yarn-cache
uses: actions/cache@v3
with:
path: [ ${{ steps.yarn-cache-dir-path.outputs.dir }}, packages/**/node_modules ]
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -292,8 +297,9 @@ jobs:
path: packages/**/dist
key: ${{ runner.os }}-workspace-build
- uses: actions/cache@v3
- name: Cache Yarn
id: yarn-cache
uses: actions/cache@v3
with:
path: [ ${{ steps.yarn-cache-dir-path.outputs.dir }}, packages/**/node_modules ]
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}