foxhole/.drone.yml
southfox 96993d7552
All checks were successful
continuous-integration/drone/push Build is passing
[cicd] add -vvv pytest suffix
2023-05-08 12:08:26 +08:00

12 lines
236 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: 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