ci(test): install dependencies only once
ci/woodpecker/pr/docker-build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details
ci/woodpecker/pr/test Pipeline was successful Details

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

View File

@ -5,9 +5,7 @@ pipeline:
prepare: prepare:
image: *busted image: *busted
commands: commands:
- just local-install-dependencies - luarocks install --only-deps awesomewmdtl-dev-1.rockspec
# TODO : understand why busted can't resolve the dependency in the CI environment
# - luarocks install --only-deps awesomewmdtl-dev-1.rockspec
test: test:
image: *busted image: *busted
commands: commands: