feat: Add step to install Playwright browsers in CI workflow
Some checks failed
Run Tests / test (push) Failing after 2m15s
Some checks failed
Run Tests / test (push) Failing after 2m15s
This commit is contained in:
@@ -37,6 +37,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r requirements-test.txt
|
pip install -r requirements-test.txt
|
||||||
|
- name: Install Playwright browsers
|
||||||
|
run: |
|
||||||
|
python -m playwright install --with-deps
|
||||||
- name: Wait for database service
|
- name: Wait for database service
|
||||||
env:
|
env:
|
||||||
DATABASE_DRIVER: postgresql
|
DATABASE_DRIVER: postgresql
|
||||||
|
|||||||
Reference in New Issue
Block a user