From edf24984fb7cfa34a32a2d57327172a244f5d433 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sat, 17 Jun 2023 19:13:17 +0300 Subject: [PATCH] Update the CI/CD configuration to one step. --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 203e788..f4a0d26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,9 @@ type: docker name: default steps: -- name: install dependencies +- name: install dependencies and run tests image: python:3.10-alpine commands: - pip install -r requirements.txt - -- name: run tests - image: python:3.10-alpine - commands: - pytest -s