We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c66d48 commit 784cd61Copy full SHA for 784cd61
.kokoro/system.sh
@@ -45,9 +45,13 @@ system_test_script="${PROJECT_ROOT}/.kokoro/system-single.sh"
45
git config --global --add safe.directory $(realpath .)
46
47
packages_with_system_tests=(
48
+ "google-auth"
49
"google-cloud-bigquery-storage"
50
+ "google-cloud-bigtable"
51
+ "google-cloud-datastore"
52
"google-cloud-dns"
53
"google-cloud-error-reporting"
54
+ "google-cloud-firestore"
55
"google-cloud-logging"
56
"google-cloud-testutils"
57
)
0 commit comments