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
Fix main-push-fast.yml to test only affected modules
Remove -amd flag from Maven commands which was causing tests for ALL
modules that depend on the changed module. For spring-ai-commons, this
meant testing nearly the entire project instead of just the commons module.
- Phase 2: Remove -amd from verify command to test only specific modules
- Deploy: Remove -amd from deploy command for consistency
- Phase 1 still uses -am to build required dependencies
This ensures the fast workflow truly tests only what changed.
Signed-off-by: Mark Pollack <[email protected]>
0 commit comments