modified: .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-12-06 09:40:02 +01:00
parent a0faf81941
commit 6eae5ac218

View File

@@ -3,11 +3,10 @@ type: docker
name: default
steps:
- name: test
- name: run
image: python:3.9
commands:
- pip install -r requirements.txt
- python -m unittest discover -s tests
- python app.py
- name: cleanup