From 23cb8f25a72c1b3fb396a68de0d16b3e2acec175 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Tue, 9 Nov 2021 15:05:32 +0545 Subject: [PATCH] run apiArchiver tests in drone --- .drone.star | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.star b/.drone.star index 32b11b4e8..cdef01dec 100644 --- a/.drone.star +++ b/.drone.star @@ -237,6 +237,7 @@ def testPipelines(ctx): pipelines = [ localApiTests(ctx, "ocis", "apiAccountsHashDifficulty", "default"), localApiTests(ctx, "ocis", "apiSpaces", "default"), + localApiTests(ctx, "ocis", "apiArchiver", "default"), ] if "skip" not in config["apiTests"] or not config["apiTests"]["skip"]: