mirror of
https://github.com/pretix/pretix.git
synced 2026-05-17 17:14:04 +00:00
Update tests.yml
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -122,8 +122,8 @@ jobs:
|
|||||||
- name: Compile
|
- name: Compile
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: make all compress
|
run: make all compress
|
||||||
- name: Install Playwright browsers
|
- name: Install Playwright
|
||||||
run: npx playwright install --with-deps
|
run: npm install @playwright/test && npx playwright install --with-deps
|
||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: PRETIX_CONFIG_FILE=tests/ci_postgres.cfg py.test tests/e2e/ -v --maxfail=10
|
run: PRETIX_CONFIG_FILE=tests/ci_postgres.cfg py.test tests/e2e/ -v --maxfail=10
|
||||||
|
|||||||
Reference in New Issue
Block a user