foxhole/.drone.yml
southfox 4b2c978794
All checks were successful
continuous-integration/drone/push Build is passing
[cicd] add test key
2023-04-07 14:57:55 +08:00

12 lines
231 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