Fix CI #79

Merged
Aire-One merged 1 commits from fix/ci-test-2 into master 2023-04-24 02:12:10 +02:00
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 musl-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