fix(e2e): streamline Playwright browser installation by caching and removing redundant force install step

This commit is contained in:
GitHub Actions
2026-01-31 19:32:15 +00:00
parent cebf304a4d
commit 1defb04fca

View File

@@ -240,8 +240,6 @@ jobs:
- name: Clean Playwright browser cache
run: rm -rf ~/.cache/ms-playwright
- name: Force Playwright browser install
run: npx playwright install --with-deps --force
- name: Cache Playwright browsers
id: playwright-cache
@@ -254,6 +252,8 @@ jobs:
- name: Install & verify Playwright browsers
run: |
npx playwright install --with-deps --force
set -euo pipefail
echo "🎯 Playwright CLI version"