You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add comprehensive debugging to maintenance workflow
- Add detailed git state verification to 'Compute impacted modules' step
- Test different git diff approaches before running the script
- Add bash debug mode (set -x) for full command tracing
- Enhanced error handling in test_discovery.py with full traceback
- Track and display which git command was actually executed
- Add exit code and output parsing for better debugging
This will help diagnose exactly what's happening in GitHub Actions
instead of the current whack-a-mole debugging approach.
0 commit comments