foxhole/.drone.yml
southfox d76a29b111
Some checks failed
continuous-integration/drone Build is failing
[cicd] add test.toml
2023-04-07 14:49:51 +08:00

11 lines
197 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: fnndsc/python-poetry
commands:
- mv tests/test.toml data/config.toml
- poetry install --with dev
- poetry run pytest