Skip to content

Commit

Permalink
Update yarn cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed May 12, 2024
1 parent 35e49fd commit cb182f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: |
**/node_modules
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-cache-key-${{ hashFiles('./yarn.lock') }}

- name: yarn-install
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
path: |
**/node_modules
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-cache-key-${{ hashFiles('./yarn.lock') }}

- name: build-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
path: |
**/node_modules
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-cache-key-${{ hashFiles('./yarn.lock') }}

- name: lint
run: yarn lint
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
path: |
**/node_modules
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-cache-key-${{ hashFiles('./yarn.lock') }}

- name: build-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
path: |
**/node_modules
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-cache-key-${{ hashFiles('./yarn.lock') }}

- name: build-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
path: |
**/node_modules
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-cache-key-${{ hashFiles('./yarn.lock') }}

- name: build-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
path: |
**/node_modules
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-cache-key-${{ hashFiles('./yarn.lock') }}

- name: build-cache
uses: actions/cache@v3
Expand Down

0 comments on commit cb182f8

Please sign in to comment.