foxhole/.drone.yml
southfox dc6919e893
Some checks failed
continuous-integration/drone Build is failing
[cicd] init
2023-04-07 14:39:32 +08:00

10 lines
157 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: fnndsc/python-poetry
commands:
- poetry install --with dev
- poetry run pytest