Skip to content

Commit 56e7359

Browse files
committed
Use install when building to ensure integration tests are run
1 parent c123554 commit 56e7359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ mvn ${MAVEN_ARGS} --version
4848
mvn -B ${MAVEN_ARGS} \
4949
-f "${WS_DIR}"/pom.xml \
5050
-Dmaven.test.failure.ignore=true \
51-
clean package
51+
clean install

0 commit comments

Comments
 (0)