From 47efcf1ba72fd8eb857616eb66618560d71f0f4d Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 25 Aug 2025 18:02:35 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 408c7a1..59be0bc 100644 --- a/action.yml +++ b/action.yml @@ -326,6 +326,8 @@ runs: echo "▶️ END" + echo "Exit Code: 0" >> $PRINTS + awk '/=+ test session starts =+/{flag=1} /-+ JSON report -+/{flag=0} flag' outputs/pytest-output.log > outputs/raw-test-output.log awk '/=+ short test summary info =+/,/=+.* in .*s =+/' outputs/pytest-output.log > outputs/short-test-output.log