From 9e8a2a392f2f48d9671965c15f3e8862ca8f8c52 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sun, 2 Jul 2023 21:15:27 +0200 Subject: [PATCH] chore(): Adds pipeline dependency --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index c5ee664..e007d04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,3 +69,6 @@ steps: image: golang commands: - ls -ltra bin/ + +depends_on: + - test