ci: fix busted-tl_just
ci/woodpecker/pr/build Pipeline is pending Details
ci/woodpecker/pr/lint Pipeline is pending Details
ci/woodpecker/pr/test Pipeline is pending Details
ci/woodpecker/pr/docker-build Pipeline was successful Details

This commit is contained in:
Aire-One 2023-04-24 02:08:53 +02:00
parent e2d1e549a9
commit a18f7fc9db
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ARG CYAN_VERSION=0.3.0
RUN \ RUN \
apk add \ apk add \
git \ git \
gcc libc-dev \ gcc libc-dev libressl-dev \
just \ just \
&& luarocks install --server=https://luarocks.org/dev busted-tl && luarocks install --server=https://luarocks.org/dev busted-tl

View File

@ -44,7 +44,8 @@ validate:
cd generated && cyan \ cd generated && cyan \
check \ check \
--global-env-def "global_env" \ --global-env-def "global_env" \
`find . -type f -iname '*.d.tl' | xargs` awesomerc.tl
# `find . -type f -iname '*.d.tl' | xargs`
test: test:
busted busted