Add pytest CI
This commit is contained in:
parent
c9a6030591
commit
b5208b966a
5 changed files with 97 additions and 3 deletions
10
.woodpecker/test.yml
Normal file
10
.woodpecker/test.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
branches: feat/add-ci-pipeline
|
||||
|
||||
pipeline:
|
||||
pytest:
|
||||
image: ghcr.io/withlogicco/poetry:1.5.1
|
||||
commands:
|
||||
- poetry install
|
||||
- python --version && poetry --version
|
||||
- echo "------------- running pytest -------------"
|
||||
- poetry run pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue