From 7be3c928b741c07d4c5150bbc74ede88f917ebb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= <75033623+htamas1210@users.noreply.github.com> Date: Wed, 12 Nov 2025 18:54:06 +0100 Subject: [PATCH] Display test_data.log in workflow script Added command to display contents of test_data.log --- .github/workflows/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.sh b/.github/workflows/test.sh index f948267..856d6c5 100755 --- a/.github/workflows/test.sh +++ b/.github/workflows/test.sh @@ -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