fix: specify chromium for Playwright browser installation and add retry step
Run Tests / test (push) Has been cancelled

This commit is contained in:
2026-05-14 17:03:05 +02:00
parent 1282801f47
commit 8183506c4a
2 changed files with 10 additions and 3 deletions
+3 -2
View File
@@ -26,7 +26,8 @@ jobs:
cache: "npm"
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Install Playwright browsers
run: npx playwright install --with-deps
run: npx playwright install chromium --with-deps
timeout-minutes: 10