Skip to content

Commit

Permalink
chore(ci): added cache cypress binary
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 5, 2024
1 parent 611b335 commit b884219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Cache Cypress binary
uses: actions/cache@v4
with:
path: ~/.cache/Cypress
key: cypress-${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Install dependencies
run: pnpm install
- name: Run Unit Tests
Expand Down

0 comments on commit b884219

Please sign in to comment.