fix(ci): install Playwright browsers before e2e tests

This commit is contained in:
Stefano Bertelli 2026-04-02 23:39:08 -05:00
parent c94b2ed76c
commit b3f23fd00d

View file

@ -41,6 +41,9 @@ jobs:
- name: Install dependencies
run: uv sync
- name: Install Playwright browsers
run: uv run playwright install --with-deps chromium
- name: Run unit tests
run: uv run pytest tests/ --ignore=tests/e2e -v --tb=short