remove cypress binary cache

This commit is contained in:
Elio Bischof
2025-02-24 15:05:59 +01:00
parent 3a6ccd5376
commit 7c780c5eab

View File

@@ -68,16 +68,6 @@ jobs:
node-version: 20.x
cache: 'pnpm'
- name: Setup Cypress binary cache
uses: actions/cache@v4
with:
path: ~/.cache/Cypress
key: ${{ runner.os }}-cypress-binary-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-cypress-binary-
# The Cypress binary cache needs to be updated together with the pnpm dependencies cache.
# That's why we don't conditionally cache it using if: ${{ matrix.command == 'test:integration' }}
- name: Install Dependencies
run: pnpm install --frozen-lockfile