Skip to content

Commit

Permalink
test: improve testing workflow
Browse files Browse the repository at this point in the history
Change-Id: I126738a0ed772d8e1bd6704313247c3b24d7bbd2
  • Loading branch information
igorbernstein2 committed Dec 3, 2024
1 parent b76698d commit 15ea2c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ retry_with_backoff 3 10 \
-DskipTests=true \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dcheckstyle.skip=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true \
-T 1C
Expand Down Expand Up @@ -66,7 +67,8 @@ integration)
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
-fae \
-Dcheckstyle.skip=true \
-DskipUnitTests=true \
verify
RETURN_CODE=$?
;;
Expand Down

0 comments on commit 15ea2c6

Please sign in to comment.