Skip to content

Commit

Permalink
🥅 add cypress cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Azanniel committed Dec 27, 2023
1 parent 0655b57 commit 07ad5aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Setup Cypress cache
uses: actions/cache@v3
with:
path: ~/.cache
key: ${{ runner.os }}-cypress-installation-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-cypress-installation-
- name: Cypress run
uses: cypress-io/github-action@v6
env:
Expand Down

0 comments on commit 07ad5aa

Please sign in to comment.