diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a7a089db0..4336120357 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,8 @@ 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 @@ -130,6 +132,8 @@ 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