mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 19:36:43 +08:00
fix ci
This commit is contained in:
parent
a62e055e7f
commit
61f258f685
@ -26,6 +26,7 @@ jobs:
|
|||||||
- image: cimg/python:3.9
|
- image: cimg/python:3.9
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: sed -e '41,45d' -i pyproject.toml
|
||||||
- poetry/install
|
- poetry/install
|
||||||
- poetry/shell:
|
- poetry/shell:
|
||||||
args: pytest --junitxml=test-results/junit.xml
|
args: pytest --junitxml=test-results/junit.xml
|
||||||
@ -35,6 +36,7 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: cimg/python:3.9
|
- image: cimg/python:3.9
|
||||||
steps:
|
steps:
|
||||||
|
- checkout
|
||||||
- run: poetry build
|
- run: poetry build
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: dist
|
path: dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user