feat: add step to install Playwright browsers in CI workflow
Some checks failed
CI / test (pull_request) Failing after 1m10s

This commit is contained in:
2025-10-29 13:39:02 +01:00
parent b796a053d6
commit 72cf06a31d

View File

@@ -37,6 +37,9 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-test.txt
- name: Install Playwright browsers
run: playwright install
- name: Run tests
env:
DATABASE_HOST: postgres