Add Docker Compose config validation test
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user