From 030a655c39987a3a8201d3a28292771faf6a4b8b Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Mon, 13 Dec 2021 10:46:59 +0200 Subject: [PATCH] Trigger CI/CD hook --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6ab4b9f..36f069c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,5 @@ platform: steps: - name: test commands: - - pytest \ No newline at end of file + - pytest + \ No newline at end of file