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