From 00514f73e878886b709238aac85725ca522cea2b Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 12 May 2026 12:49:08 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e2e137bcac..ead780fa9d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -123,7 +123,7 @@ jobs: working-directory: ./src run: make all compress - name: Install Playwright - run: npm install @playwright/test && npx playwright install --with-deps + run: npm install @playwright/test && npx playwright install - name: Run E2E tests working-directory: ./src run: PRETIX_CONFIG_FILE=tests/ci_postgres.cfg py.test tests/e2e/ -v --maxfail=10