Skip to content

Commit

Permalink
Use seperate node_modules for Firestore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Nov 6, 2024
1 parent a50ccc7 commit 0fe2dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
id: node_modules
with:
path: "**/node_modules"
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
- run: yarn install --frozen-lockfile
- name: install Chrome stable
run: |
Expand Down

0 comments on commit 0fe2dd1

Please sign in to comment.