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

This commit is contained in:
2025-07-16 22:44:19 +02:00
parent ccd89143e9
commit f1938d0f28
+3 -2
View File
@@ -217,8 +217,9 @@ jobs:
# Capture tous les Previous Runs existants
sed -n '/## Previous Runs/,$p' "${HOME_FILE}" | tail -n +2 | grep -v "^#"
fi
} > "${TEMP_CONTENT}" || {
cat "${TEMP_CONTENT}" | grep -i 'error\|fatal\|exception'
} > "${TEMP_CONTENT}" || || {
echo "❌ Report preparation failed"
cat reports.log | grep -i 'error\|fatal\|refused'
exit 1
}