awesomewm.d.tl/.woodpecker/test.yml

20 lines
446 B
YAML

variables:
- &busted gitea.aireone.xyz/aire-one/awesomewm.d.tl/busted-tl_just:latest
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 awesomewm-d-tl-dev-1.rockspec
test:
image: *busted
commands:
- just test
branches: master
depends_on:
- docker-build