From 79a96c755604a8027f55ad86bb9906e04e50ee94 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sun, 19 Nov 2023 21:50:40 +0100 Subject: [PATCH] Update tests, debug mermerd `Something went wrong!` with github action --- tests/tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests.sh b/tests/tests.sh index af2795c..484ef35 100644 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -175,7 +175,8 @@ fi # Generate and update mermaid schema documentation /root/go/bin/mermerd --runConfig ../ERD/mermerdConfig.yaml -#echo 0 +echo $? +echo 0 if [ $? -eq 0 ]; then cp postgsail.md ../ERD/postgsail.md echo postgsail.md OK