fix(ci): обход падения playwright --with-deps на WSL runner.
На act_runner apt падает на half-configured openssh-server без systemd; fallback устанавливает только Chromium, если системные libs уже есть. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
||||
- run: npm run build
|
||||
|
||||
- name: Install Playwright browser
|
||||
run: npx playwright install --with-deps chromium
|
||||
run: bash scripts/install-playwright-chromium.sh
|
||||
|
||||
- name: E2E mock suite
|
||||
run: npm run test:e2e
|
||||
|
||||
Reference in New Issue
Block a user