Revert test update

This commit is contained in:
xbgmsharp
2024-04-07 10:20:11 +02:00
parent 966846c93d
commit 28ccc9e2da

View File

@@ -196,7 +196,7 @@ fi
# Generate and update mermaid schema documentation # Generate and update mermaid schema documentation
/root/go/bin/mermerd --runConfig ../docs/ERD/mermerdConfig.yaml /root/go/bin/mermerd --runConfig ../docs/ERD/mermerdConfig.yaml
#echo $? #echo $?
#echo 0 echo 0 # not working in github-actions
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
cp postgsail.md ../docs/ERD/postgsail.md cp postgsail.md ../docs/ERD/postgsail.md
echo postgsail.md OK echo postgsail.md OK