From 109df5bef188a62c4a3e20d071271af5c7cf037b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Clau=C3=9F?= Date: Fri, 30 Jun 2023 08:49:30 +0200 Subject: [PATCH] remove test step in drone --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8755071..37cfba4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: backend +name: lib-paveit environment: MONGO_USER: '' @@ -13,5 +13,4 @@ steps: image: python:3.11-buster commands: - pip install --no-cache-dir . - - pip install --no-cache-dir pytest - - pytest -v -log_cli=True --log-cli-level=INFO tests \ No newline at end of file + - pip install --no-cache-dir pytest \ No newline at end of file