test: start on integration script

This commit is contained in:
2022-01-01 21:36:00 +01:00
parent 94522178b1
commit 49f565e5db
4 changed files with 97 additions and 5 deletions

View File

@ -43,3 +43,13 @@ loc-author:
sort -f | \
uniq -ic | \
sort -n
e2e:
@docker run \
-v $$(pwd):/src \
--env-file .e2e.env \
debian:bullseye-slim \
sh -c "\
apt update && apt install -y wget curl; echo ""; echo ""; \
cd /src/tests && bash e2e.sh -- --dev \
"