Skip to content

Commit

Permalink
chore: Test script
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Sep 9, 2024
1 parent 0ff46be commit c9bc1cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ test)
RETURN_CODE=$?
;;
lint)
install_shared_deps
install_new_shared_deps
mvn com.coveo:fmt-maven-plugin:check
RETURN_CODE=$?
;;
javadoc)
install_shared_deps
install_new_shared_deps
mvn javadoc:javadoc javadoc:test-javadoc
RETURN_CODE=$?
;;
Expand Down Expand Up @@ -243,7 +243,7 @@ presubmit-against-pubsublite-samples)
fi
;;
clirr)
install_shared_deps
install_new_shared_deps
mvn -B -Denforcer.skip=true clirr:check
RETURN_CODE=$?
;;
Expand Down

0 comments on commit c9bc1cf

Please sign in to comment.