From fc8d1a2430d93edd3e88707ce1b81daff7e44308 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 12 May 2026 12:36:09 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2773024e2..e2e137bcac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -122,8 +122,8 @@ jobs: - name: Compile working-directory: ./src run: make all compress - - name: Install Playwright browsers - run: npx playwright install --with-deps + - name: Install Playwright + run: npm install @playwright/test && npx playwright install --with-deps - name: Run E2E tests working-directory: ./src run: PRETIX_CONFIG_FILE=tests/ci_postgres.cfg py.test tests/e2e/ -v --maxfail=10