Update action.yml
This commit is contained in:
+6
-2
@@ -335,8 +335,12 @@ runs:
|
||||
if [ $POST_STATUS -ne 0 ]; then
|
||||
echo "❌ Post-test failed" | tee -a "$LOG_FILE"
|
||||
echo "Exit Code: 1" >> "$LOG_FILE"
|
||||
exec >/dev/null 2>&1
|
||||
kill 0 || true
|
||||
exec 1>/dev/null
|
||||
exec 2>/dev/null
|
||||
|
||||
# 💀 Stopper tous les jobs de ce shell (silence total)
|
||||
kill 0 >/dev/null 2>&1 || true
|
||||
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user