Commit e41a152
fix: skip tests during deploy phase
Remove -am flag and add -DskipTests to the deploy phase since:
1. Dependencies were already built in the test phase
2. Tests were already run in the test phase
This prevents SimpleVectorStore and other dependency tests from
running again during deployment.
Signed-off-by: Mark Pollack <mark.pollack@broadcom.com>1 parent 79d0480 commit e41a152
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
0 commit comments