Update
DevPlace CI / test (push) Failing after 1m46s

This commit is contained in:
2026-05-13 23:26:18 +02:00
parent cc4374f9ba
commit d2bafabbad
3 changed files with 24 additions and 6 deletions
+2 -2
View File
@@ -19,12 +19,12 @@ jobs:
- name: Install dependencies
run: |
pip install -e .
pip install playwright
pip install playwright pytest-xdist
python -m playwright install chromium --with-deps
- name: Run integration tests
run: |
python -m pytest tests/ -v --tb=line -x
python -m pytest tests/ -n auto -v --tb=line -x
- name: Upload test screenshots
if: failure()