Problem
When adding a new model to resolve_model_config.py, integration tests were mentioned but the process to trigger them was unclear and manual.
Solution
Updated ADDINGMODEL.md to document the gh workflow run command for triggering integration tests with the correct parameters.
The workflow order was adjusted to:
- Create draft PR first
- Run integration tests
- Fix issues if needed
- Mark PR ready when tests pass
See PR #2783 for the fix.
Problem
When adding a new model to
resolve_model_config.py, integration tests were mentioned but the process to trigger them was unclear and manual.Solution
Updated
ADDINGMODEL.mdto document thegh workflow runcommand for triggering integration tests with the correct parameters.The workflow order was adjusted to:
See PR #2783 for the fix.