fix(e2e): force reinstall Playwright browsers to ensure dependencies are up to date

This commit is contained in:
GitHub Actions
2026-01-31 18:57:50 +00:00
parent 5daa173591
commit 620f566992
2 changed files with 4 additions and 1 deletions

View File

@@ -237,6 +237,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Force Playwright browser install
run: npx playwright install --with-deps --force
- name: Clean Playwright browser cache
run: rm -rf ~/.cache/ms-playwright