Update action.yml

This commit is contained in:
2025-08-25 18:02:35 +02:00
parent 424b60823b
commit 47efcf1ba7
+2
View File
@@ -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