refactor(workflows): remove caching cypress binary

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-18 20:43:15 +01:00
committed by Braks
parent fba062df79
commit 05e0b37506

View File

@@ -55,14 +55,6 @@ 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