fix(e2e): force reinstall Playwright browsers to ensure dependencies are up to date
This commit is contained in:
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user