Skip to content

Commit

Permalink
chore(repo): cache cypress on windows nightly (#12536)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Oct 11, 2022
1 parent 707a9ac commit e72b049
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
windows-node-${{ matrix.node_version }}-
windows-
- name: Cache Cypress Binary
id: cache-cypress-binary
uses: actions/cache@v2
with:
path: C:\Users\runneradmin\AppData\Local\Cypress\Cache
key: cypress-binary-${{ hashFiles('yarn.lock') }}

- name: Install packages
run: yarn install --prefer-offline --frozen-lockfile --non-interactive

Expand Down

0 comments on commit e72b049

Please sign in to comment.