Skip to content

Commit 7bac258

Browse files
align the lint check
1 parent d4217fd commit 7bac258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/ut_result_check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ EOF
310310
{
311311
echo "Regression Issues:"
312312
echo "-----------"
313+
cat "$regression_file"
313314
} >> "$summary_file"
314-
cat "$regression_file" >> "$summary_file"
315315
echo "" >> "$summary_file"
316316
else
317317
echo "✅ No regression issues found" >> "$summary_file"
@@ -323,8 +323,8 @@ EOF
323323
{
324324
echo "New Issues:"
325325
echo "-----------"
326+
cat "$new_issue_file"
326327
} >> "$summary_file"
327-
cat "$new_issue_file" >> "$summary_file"
328328
else
329329
echo "✅ No new issues found" >> "$summary_file"
330330
fi

0 commit comments

Comments
 (0)