Add Docker Compose config validation test

This commit is contained in:
2026-06-02 23:36:18 +01:00
parent 426e0367f1
commit fe8744e20e
2 changed files with 47 additions and 0 deletions
+4
View File
@@ -39,6 +39,10 @@ echo "========================================================================"
"$ROOT/test_templates.sh" || failures=$((failures + 1))
echo ""
echo "========================================================================"
"$ROOT/test_compose_config.sh" || failures=$((failures + 1))
echo ""
echo "==================================="
if [ "$failures" -eq 0 ]; then
echo " All tests passed!"