We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6754c commit 21f4a8dCopy full SHA for 21f4a8d
synthtool/gcp/templates/java_library/.kokoro/build.sh
@@ -71,7 +71,7 @@ integration)
71
;;
72
graalvm)
73
# Run Unit and Integration Tests with Native Image
74
- mvn -ntp -Pnative -Penable-integration-tests test
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
75
RETURN_CODE=$?
76
77
samples)
0 commit comments