From 6eae5ac218df48c1ac439826f46dca49a1a7141c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hrachovina?= Date: Fri, 6 Dec 2024 09:40:02 +0100 Subject: [PATCH] modified: .drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 15cb1fc..e3f0c30 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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