Files
anubis-mirror/test/nginx/test.sh
Xe Iaso 3990e73134 test(nginx): fix tests to work in GHA
Closes: #1371
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-12-28 22:12:34 -05:00

16 lines
202 B
Bash
Executable File

#!/usr/bin/env bash
source ../lib/lib.sh
set -euo pipefail
mint_cert mimi.techaro.lol
docker run --rm \
-v $PWD/conf/nginx:/etc/nginx:ro \
-v $PWD/pki:/techaro/pki:ro \
nginx \
nginx -t
exit 0