Commit da0f92a
committed
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 <[email protected]>1 parent d4d95b9 commit da0f92a
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