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
Quiets verbose output from Ollama integration tests:
**CI Changes:**
- Added `--silent` flag to jest command (suppresses per-test output)
**Test Changes:**
- Removed `console.log` statements from `ensureOllamaModel()`
- Changed stdio from 'inherit' to 'pipe' to capture output silently
- Still capture stderr for error reporting if pull fails
- Add explanatory comments about silent mode
This dramatically reduces CI log verbosity while maintaining error visibility.
_Generated with `cmux`_
0 commit comments