Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Failing after 39s
Run Pytest with HTML and XML Test Reports / tests (push) Failing after 39s
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user