From b8a75ee2b1169f81d16f953e63234842eb098045 Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Sat, 1 Aug 2026 22:05:22 -0400 Subject: [PATCH] fix e2e tests --- .woodpecker/e2e.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/e2e.yml b/.woodpecker/e2e.yml index bc52cc5..b835fa0 100644 --- a/.woodpecker/e2e.yml +++ b/.woodpecker/e2e.yml @@ -9,8 +9,9 @@ steps: e2e-test: image: node:24 + directory: e2e commands: - apt-get update - apt-get install -y --no-install-recommends ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libcups2 libdbus-1-3 libdrm2 libgbm1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libx11-6 libxcb1 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxkbcommon0 libxrandr2 xdg-utils - - cd e2e && npm install && npx playwright install chromium - - cd e2e && npx playwright test + - npm install && npx playwright install chromium + - npx playwright test