diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a315727c4b..23d618ac55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: key: ${{ runner.os }}${{ runner.arch }}-playwright-browsers - name: Install Playwright browsers if not cached - if: steps.playwright-cache.outputs.cache-hit != 'true' && matrix.framework == 'vite' + if: steps.playwright-cache.outputs.cache-hit != 'true' run: npx playwright install chromium webkit firefox - name: Install Playwright system dependencies (always)