From f1938d0f28b154de07ca02c24465cc008bc7d383 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 16 Jul 2025 22:44:19 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 07b93e1f..df1bd36d 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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 }