From ad1cf8cbefb83ee8783e4212d7d3cf15cfc7e588 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 2 Aug 2023 23:20:38 +0200 Subject: [PATCH] fix(ci): execute unit tests on dry-run --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9cfadaf..2b4e10b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,7 +58,7 @@ clone: disable: true depends_on: -- linter +- unit-test-amd64 platform: os: linux @@ -124,7 +124,7 @@ clone: disable: true depends_on: -- linter +- unit-test-arm-v7 platform: os: linux @@ -190,7 +190,7 @@ clone: disable: true depends_on: -- linter +- unit-test-arm64 platform: os: linux