ci: fix busted-tl_just
ci/woodpecker/pr/docker-build Pipeline failed Details
ci/woodpecker/pr/build unknown status Details
ci/woodpecker/pr/lint unknown status Details
ci/woodpecker/pr/test unknown status Details

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

View File

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

View File

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