ci: ensure Playwright browsers are installed after dependencies in E2E test workflow
This commit is contained in:
parent
57b2812c63
commit
6b13870fc1
2
.github/workflows/wc-e2e-test.yaml
vendored
2
.github/workflows/wc-e2e-test.yaml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user