Skip to content

Commit

Permalink
chore: cache cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 3, 2021
1 parent 1f10905 commit cc307f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v2
with:
path: |
~/.cache/Cypress
key: cypress-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}

- name: Install pnpm
uses: pnpm/[email protected]
with:
Expand Down

0 comments on commit cc307f8

Please sign in to comment.