Commit 1da47a5
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 <mark.pollack@broadcom.com>1 parent 5642cc9 commit 1da47a5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
0 commit comments