From 9c88462bc04c8578678e6b8305902d8ec9316d70 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sun, 5 Nov 2023 12:30:23 +0200 Subject: [PATCH] Update the CI/CD configuration. Add the test step. --- .drone.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yaml b/.drone.yaml index 5e58668..be8a3e4 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -3,6 +3,12 @@ type: docker name: default steps: +- name: test + image: python:3.10-alpine + commands: + - pip install -r requirements_dev.txt --cache-dir=/package_cache + - behave --stop + - name: publishing image: python:3.10-alpine environment: