feat: Add step to install Playwright browsers in CI workflow
Some checks failed
Run Tests / test (push) Failing after 2m15s

This commit is contained in:
2025-10-25 16:23:47 +02:00
parent b3e6546bb9
commit 2182f723f7

View File

@@ -37,6 +37,9 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r requirements-test.txt
- name: Install Playwright browsers
run: |
python -m playwright install --with-deps
- name: Wait for database service
env:
DATABASE_DRIVER: postgresql