From 8dec35027f6aab66f0f338255b22e7fa19e11029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Wed, 5 Oct 2022 17:51:27 +0200 Subject: [PATCH] chore: exec ward only on tests/ --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7cebe87..1cee614 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,7 +54,7 @@ steps: pull: true image: git.roboces.dev/catalin/poetry:beta commands: - - .venv/bin/ward + - .venv/bin/ward --path tests depends_on: - install_deps