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 68b2492 commit cff1549Copy full SHA for cff1549
.kokoro/build.sh
@@ -73,6 +73,7 @@ integration)
73
graalvmA)
74
# Run Unit and Integration Tests with Native Image
75
bash .kokoro/populate-secrets.sh
76
+ echo $GOOGLE_APPLICATION_CREDENTIALS
77
export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_GFILE_DIR}/secret_manager/java-it-service-account"
78
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http'
79
RETURN_CODE=$?
0 commit comments