ci(test): install dependencies only once

This commit is contained in:
Aire-One 2023-09-18 12:34:37 +02:00
parent a036df9c5f
commit 6f6c4eca0d
1 changed files with 1 additions and 3 deletions

View File

@ -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: