Skip to content

Commit c370f77

Browse files
committed
ci: Only compile the repos
1 parent a8c982c commit c370f77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.kokoro/nightly/downstream-protobuf-source-compatibility.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
3535
pushd "$repo"
3636

3737
# Compile the Handwritten Library with the Protobuf-Java version to test source compatibility
38-
# Run unit tests to help check for any behavior differences (dependant on coverage)
39-
mvn clean test -B -V -ntp \
38+
mvn clean compile -B -V -ntp \
4039
-Dclirr.skip=true \
4140
-Denforcer.skip=true \
4241
-Dmaven.javadoc.skip=true \

0 commit comments

Comments
 (0)