ci: install system deps for playwright chromium in e2e step
All checks were successful
ci/woodpecker/pr/pipeline Pipeline was successful

This commit is contained in:
2026-05-09 19:25:04 +03:00
parent c67ef4115d
commit 76c64ca720

View File

@@ -82,6 +82,7 @@ steps:
depends_on: [deps]
commands:
- pip install uv
- apt-get update && apt-get install -y libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libasound2
- uv run --no-sync playwright install chromium
- uv run --no-sync blog &
- sleep 5