diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4336120357..8a7a089db0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,8 +82,6 @@ jobs: with: path: ~/.cache/ms-playwright key: playwright-chromium-${{ runner.os }}-${{ hashFiles('package-lock.json') }} - restore-keys: | - playwright-chromium-${{ runner.os }}- - name: Install Chromium browser run: npx playwright install --with-deps chromium @@ -132,8 +130,6 @@ jobs: with: path: ~/.cache/ms-playwright key: playwright-${{ runner.os }}-${{ hashFiles('package-lock.json') }} - restore-keys: | - playwright-${{ runner.os }}- - name: Install Playwright browsers run: npx playwright install --with-deps