refactor(workflows): cache cypress binary

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-18 13:07:04 +01:00
committed by Braks
parent c1222e8638
commit 0ad8a740f7

View File

@@ -55,6 +55,14 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Setup Cypress cache 🏝️
uses: actions/cache@v3
with:
path: ~/.cache/Cypress
key: ${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-cypress-
- name: Install dependencies 👨🏻‍💻
run: pnpm install