fix: enable real-time unbuffered logging in GH Actions

This commit is contained in:
Nubenetes Bot
2026-05-14 19:33:11 +02:00
parent d57ce818d2
commit e203b45caa

View File

@@ -69,8 +69,7 @@ jobs:
HISTORICAL_CHUNK_DAYS: '180'
PYTHONPATH: .
run: |
python src/main.py > output.log 2>&1
cat output.log
python -u src/main.py 2>&1 | tee output.log
# Lógica de Re-disparo para Modo Histórico
if grep -q "NEXT_CHUNK_START:" output.log; then