mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-06 20:06:12 +08:00
fix ci
This commit is contained in:
parent
dce3ffb1e8
commit
7afcb960d0
@ -43,7 +43,7 @@ jobs:
|
|||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- .venv
|
- .venv
|
||||||
key: venv-cache-{{ checksum "poetry.locl" }}
|
key: venv-cache-{{ checksum "poetry.lock" }}
|
||||||
- run:
|
- run:
|
||||||
name: pytest
|
name: pytest
|
||||||
command: poetry run pytest --junitxml=test-results/junit.xml
|
command: poetry run pytest --junitxml=test-results/junit.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user