Skip to content

Commit

Permalink
chore: run unit tests in presubmit
Browse files Browse the repository at this point in the history
Change-Id: Ia931c628c6edc79f23cb52b43e69c0fee6ff2ca3
  • Loading branch information
JoeWang1127 committed Aug 20, 2024
1 parent 6a0e302 commit a9cc473
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .kokoro/continuous.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ cd git/appengine-plugins
mkdir -p ${HOME}/.m2
cp settings.xml ${HOME}/.m2

# run unit tests
./mvnw clean test -V -B -U --fail-at-end -DskipITs \
-Dorg.slf4j.simpleLogger.showDateTime=true \
-Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS

if [ "$EUID" -ne 0 ]
then
# not running as root
Expand Down

0 comments on commit a9cc473

Please sign in to comment.