add Woodpecker CI: run tests on push/pull/manual
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
parent
b8cc40177c
commit
416527c209
1 changed files with 9 additions and 0 deletions
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
when:
|
||||
- event: [push, pull_request, manual]
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: python:3.11-slim
|
||||
commands:
|
||||
- pip install --no-cache-dir . pytest
|
||||
- python -m pytest tests/ -v
|
||||
Loading…
Add table
Reference in a new issue