From 76c64ca72060bea81409bce772de2f196d25eae9 Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Sat, 9 May 2026 19:25:04 +0300 Subject: [PATCH] ci: install system deps for playwright chromium in e2e step --- .woodpecker/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index b348266..0dda2c6 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -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