diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 059861427..0a469f77d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,8 +108,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 @@ -158,8 +156,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