Update tests.yml

This commit is contained in:
Richard Schreiber
2026-05-12 12:36:09 +02:00
parent 508e67d547
commit fc8d1a2430

View File

@@ -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