Skip to content

Commit 0fe2dd1

Browse files
committed
Use seperate node_modules for Firestore tests
1 parent a50ccc7 commit 0fe2dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-changed-firestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
id: node_modules
132132
with:
133133
path: "**/node_modules"
134-
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
134+
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
135135
- run: yarn install --frozen-lockfile
136136
- name: install Chrome stable
137137
run: |

0 commit comments

Comments
 (0)