Update action.yml

This commit is contained in:
2025-08-27 23:56:45 +02:00
parent 430dd5e547
commit b1da5db3d4
+1 -1
View File
@@ -285,7 +285,7 @@ runs:
export CMD
./custom_cmd.sh
if [ -s "$PRINTS" ] && tail -n 1 "$PRINTS" | grep -q '--- PRINTS of external test run command (before pytest) ---'; then
if [ -s "$PRINTS" ] && tail -n 1 "$PRINTS" | grep -q '--- PRINTS of test run command (before pytest) ---'; then
sed -i '$d' "$PRINTS"
fi