chore: fix CI `test` pipeline
This commit is contained in:
parent
39d3d09cb9
commit
ac1ba61cb2
|
@ -5,7 +5,9 @@ pipeline:
|
||||||
prepare:
|
prepare:
|
||||||
image: *busted
|
image: *busted
|
||||||
commands:
|
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:
|
test:
|
||||||
image: *busted
|
image: *busted
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue