From b525f21600c566ac1282bd9ba66589bdc70e0670 Mon Sep 17 00:00:00 2001 From: Philipp Melab Date: Thu, 18 Apr 2024 09:44:23 +0200 Subject: [PATCH] ci(SLB-219): don't cache browser binaries --- .github/actions/setup/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index abe17ea0d..744e04aab 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -38,9 +38,3 @@ runs: shell: bash run: pnpm test:format - - name: Cache playwright binaries - uses: actions/cache@v3 - id: playwright-cache - with: - path: ~/.cache/ms-playwright - key: ${{ runner.os }}-playwright-${{ hashFiles('**/pnpm-lock.yaml') }}