Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Failing after 39s

This commit is contained in:
2025-07-16 22:37:50 +02:00
parent eb14f7083c
commit c14e202bbc
+1 -3
View File
@@ -218,9 +218,7 @@ jobs:
sed -n '/## Previous Runs/,$p' "${HOME_FILE}" | tail -n +2 | grep -v "^#"
fi
} > "${TEMP_CONTENT}" || {
echo "❌ Failed to update Home.md"
echo "🔍 Details (filtered):"
cat "${TEMP_CONTENT}" | grep -i 'error\|fatal\|exception' || echo "No obvious error found."
cat "${TEMP_CONTENT}" | grep -i 'error\|fatal\|exception'
exit 1
}