From 1d06f17edf1a7c1a61e61c1554a87adfb0df0264 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Mon, 18 Sep 2023 12:34:37 +0200 Subject: [PATCH] ci(test): install dependencies only once --- .woodpecker/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 11eaa9c..b5e1947 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -5,9 +5,7 @@ pipeline: prepare: image: *busted commands: - - just local-install-dependencies - # TODO : understand why busted can't resolve the dependency in the CI environment - # - luarocks install --only-deps awesomewmdtl-dev-1.rockspec + - luarocks install --only-deps awesomewmdtl-dev-1.rockspec test: image: *busted commands: