add Drone Pipeline
This commit is contained in:
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: backend
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: python:3.11-alpine
|
||||||
|
commands:
|
||||||
|
- pip install .
|
||||||
|
- pytest -v -log_cli=True --log-cli-level=INFO tests
|
||||||
Reference in New Issue
Block a user