fix(ci): обход падения playwright --with-deps на WSL runner.
CI / test (push) Successful in 2m47s
CI / push-image (push) Successful in 6m56s
CI / ci-done (push) Successful in 0s

На act_runner apt падает на half-configured openssh-server без systemd;
fallback устанавливает только Chromium, если системные libs уже есть.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-16 10:24:06 +03:00
parent 79bf7de4f2
commit e577c02eb3
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- run: npm ci
- name: Install Playwright browser
run: npx playwright install --with-deps chromium
run: bash scripts/install-playwright-chromium.sh
- name: Load smoke credentials from IFT .env
env: