ci: ensure Playwright browsers are installed after dependencies in E2E test workflow

This commit is contained in:
Carlos Santos 2025-05-14 10:45:08 +02:00
parent 57b2812c63
commit 6b13870fc1

View File

@ -34,6 +34,8 @@ jobs:
- name: Install Playwright browsers
run: |
cd frontend/webcomponent
npm install
# Install Playwright browsers
mkdir -p /tmp/ms-playwright
PLAYWRIGHT_BROWSERS_PATH=/tmp/ms-playwright npx playwright install --with-deps chromium
env: