From ac1ba61cb275b91008fd028f98a898e018f08003 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Sun, 10 Sep 2023 19:44:18 +0200 Subject: [PATCH] chore: fix CI `test` pipeline --- .woodpecker/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 1cf8865..229f90c 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -5,7 +5,9 @@ pipeline: prepare: image: *busted commands: - - luarocks install --only-deps awesomewm-d-tl-dev-1.rockspec + - just local-install-dependencies + # TODO : understand why busted can't resolve the dependency in the CI environment + # - luarocks install --only-deps awesomewm-d-tl-dev-1.rockspec test: image: *busted commands: