Skip to content

Commit

Permalink
fix: cypress cache
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jun 14, 2024
1 parent 74aa442 commit 3f5d40d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup-pnpm-with-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ runs:
id: dependency-cache
uses: actions/cache@v4
with:
path: '**/node_modules'
path: |
~/.cache/Cypress
**/node_modules
key: pnpm-${{ steps.node-version.outputs.pnpm-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Install Dependencies
Expand Down

0 comments on commit 3f5d40d

Please sign in to comment.