mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 05:56:51 +08:00
♻️ Install playwright before pytest
This commit is contained in:
@@ -74,6 +74,9 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
install-deps: "true"
|
||||
|
||||
- name: Install playwright
|
||||
run: uv run playwright install
|
||||
|
||||
- name: Run Pytest
|
||||
run: uv run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare and not render' -n auto
|
||||
|
||||
@@ -106,6 +109,9 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
install-deps: "true"
|
||||
|
||||
- name: Install playwright
|
||||
run: uv run playwright install
|
||||
|
||||
- name: Run Pytest
|
||||
run: uv run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare' -n auto
|
||||
|
||||
|
||||
@@ -57,5 +57,8 @@ jobs:
|
||||
- name: Install prerequisites
|
||||
run: uv add pydantic==1.10 && uv sync --frozen
|
||||
|
||||
- name: Install playwright
|
||||
run: uv run playwright install
|
||||
|
||||
- name: Run Pytest
|
||||
run: uv run pytest -k 'not compare and not render' -n auto
|
||||
|
||||
Reference in New Issue
Block a user