From 21f8696bac73498f02c0b43da7d2a0a3805c453e Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Mon, 15 May 2023 21:57:35 -0400 Subject: [PATCH] drone-ci testing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2494953..95a78ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: - . .venv/bin/activate - pip install -r requirements.txt - pip install . - - cat .env + - pytest - name: db-down image: docker/compose:alpine-1.29.2 volumes: