Run tests in CI pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f48f76d9f8
commit
c6bcb05ac6
@ -8,10 +8,17 @@ clone:
|
|||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
test:
|
||||||
|
image: python
|
||||||
|
commands:
|
||||||
|
- python -m unittest
|
||||||
|
when:
|
||||||
|
event: [tag, pull_request]
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install hatchling hatch-vcs build
|
- python -m pip install build
|
||||||
- python -m build
|
- python -m build
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user