fix(ci): install Playwright browsers before e2e tests
This commit is contained in:
parent
c94b2ed76c
commit
b3f23fd00d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -41,6 +41,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv sync
|
run: uv sync
|
||||||
|
|
||||||
|
- name: Install Playwright browsers
|
||||||
|
run: uv run playwright install --with-deps chromium
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: uv run pytest tests/ --ignore=tests/e2e -v --tb=short
|
run: uv run pytest tests/ --ignore=tests/e2e -v --tb=short
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue