foxhole/.woodpecker/test.yml
SouthFox ebddc6afec
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test Pipeline was successful
[cicd] add lint workflow
2023-07-29 08:12:35 +08:00

8 lines
203 B
YAML

pipeline:
test:
image: fnndsc/python-poetry
commands:
- mv tests/key.pem data/key.pem
- mv tests/test.toml data/config.toml
- poetry install --with dev
- poetry run pytest -vvv