Display test_data.log in workflow script

Added command to display contents of test_data.log
This commit is contained in:
Hatvani Tamás
2025-11-12 18:54:06 +01:00
committed by GitHub
parent f8c14cc268
commit 7be3c928b7

View File

@@ -38,3 +38,5 @@ cat "$LOG_FILE" >> "$FINAL_LOG"
# --- SUMMARY ---
echo ">>> Test output extracted to $PROJECT_PATH/$LOG_FILE"
echo ">>> Appended to $FINAL_LOG"
cat $(git rev-parse --show-toplevel)/test_data.log