Skip to content

Commit

Permalink
鉁忥笍 fix cypress cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Azanniel committed Dec 27, 2023
1 parent 6a98e61 commit e0e831c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Setup Cypress cache
uses: actions/cache@v3
with:
path: |
~/.cache/Cypress
./cypress/videos
path: ~/.cache
key: ${{ runner.os }}-cypress-installation-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-cypress-installation-
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit e0e831c

Please sign in to comment.