fix(ci): bound Playwright browser install #813

Merged
devops-engineer merged 1 commits from fix/canvas-playwright-install-timeout into main 2026-05-13 08:22:27 +00:00
2 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,7 @@ jobs:
- name: Install Playwright browsers
if: needs.detect-changes.outputs.canvas == 'true'
timeout-minutes: 10
run: npx playwright install --with-deps chromium
- name: Run staging canvas E2E

View File

@ -131,6 +131,7 @@ jobs:
- name: Install Playwright browsers
if: needs.detect-changes.outputs.canvas == 'true'
timeout-minutes: 10
run: npx playwright install --with-deps chromium
- name: Run staging canvas E2E