From 9c8452fd1519f8114ca7beb697a7e2fdd1e2b1dc Mon Sep 17 00:00:00 2001 From: Arnaud AMBROSELLI Date: Tue, 7 Nov 2023 12:08:48 +0100 Subject: [PATCH] fix: remove yarn cache --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3bd2300df..53e2ddd0d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -28,8 +28,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - cache: yarn - cache-dependency-path: "**/yarn.lock" + # cache: yarn + # cache-dependency-path: "**/yarn.lock" - name: Install dependencies run: yarn - name: Install Playwright Browsers