Bound Playwright browser install in CI

This commit is contained in:
Mohamed Boudra
2026-06-19 03:26:33 +07:00
parent aff5fe651c
commit ee3a7a2d28

View File

@@ -193,6 +193,7 @@ jobs:
run: npm ci run: npm ci
- name: Install Playwright browsers - name: Install Playwright browsers
timeout-minutes: 10
run: npx playwright install --with-deps chromium run: npx playwright install --with-deps chromium
- name: Build app dependencies - name: Build app dependencies
@@ -244,6 +245,7 @@ jobs:
run: npm ci run: npm ci
- name: Install Playwright browsers - name: Install Playwright browsers
timeout-minutes: 10
run: npx playwright install --with-deps chromium run: npx playwright install --with-deps chromium
- name: Build app dependencies - name: Build app dependencies