From 56acdea9c93fbc26a13528c2ffc304ae652678e0 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sat, 1 Apr 2023 12:43:32 +0300 Subject: [PATCH] Merge installing deps and testing --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 963e8de..6911bfa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,16 +3,11 @@ type: docker name: default steps: -- name: installing deps +- name: installing deps and test image: python:3.10-alpine commands: - export POETRY_HOME=/opt/poetry - python3 -m venv $POETRY_HOME - $POETRY_HOME/bin/pip install poetry==1.3.2 - $POETRY_HOME/bin/poetry install - -- name: tests - image: python:3.10-alpine - commands: - - export POETRY_HOME=/opt/poetry - $POETRY_HOME/bin/poetry run pytest -s