chore: fix CI `test` pipeline
This commit is contained in:
parent
39d3d09cb9
commit
ac1ba61cb2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue