feat: add step to install Playwright browsers in CI workflow
Some checks failed
CI / test (pull_request) Failing after 1m10s
Some checks failed
CI / test (pull_request) Failing after 1m10s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user