mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-06 03:46:10 +08:00
disable compare in ci
This commit is contained in:
parent
75bc758d73
commit
3c840b6a4b
@ -39,7 +39,7 @@ jobs:
|
|||||||
pkg-manager: poetry
|
pkg-manager: poetry
|
||||||
- run:
|
- run:
|
||||||
name: Coverage test
|
name: Coverage test
|
||||||
command: poetry run coverage run -m pytest --junitxml=test-results/junit.xml
|
command: poetry run coverage run -m pytest --junitxml=test-results/junit.xml -k 'not compare'
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user