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 95c71fc commit 8e4852fCopy full SHA for 8e4852f
.kokoro/build.sh
@@ -61,6 +61,7 @@ javadoc)
61
;;
62
integration)
63
mvn -B ${INTEGRATION_TEST_ARGS} \
64
+ -p "!google-cloud-bigquery-jdbc" \
65
-ntp \
66
-Penable-integration-tests \
67
-DtrimStackTrace=false \
@@ -72,7 +73,11 @@ integration)
72
73
74
graalvm)
75
# Run Unit and Integration Tests with Native Image
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
76
+ mvn -B ${INTEGRATION_TEST_ARGS} \
77
78
+ -ntp \
79
+ -Pnative \
80
+ test
81
RETURN_CODE=$?
82
83
samples)
0 commit comments