Files
lib-paveit-demo/.drone.yml
2023-06-30 08:45:28 +02:00

17 lines
311 B
YAML

kind: pipeline
type: docker
name: backend
environment:
MONGO_USER: ''
MONGO_PASSWD: ''
MONGO_URI: ''
MONGO_USER: ''
steps:
- name: test
image: python:3.11-buster
commands:
- pip install --no-cache-dir .
- pip install --no-cache-dir pytest
- pytest -v -log_cli=True --log-cli-level=INFO tests