Skip to content

Commit 88e3080

Browse files
committed
run system tests
1 parent 42772dc commit 88e3080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system'`; do
4646
# Get the path to the package by removing the suffix /tests/system
4747
package=$(echo $dir | cut -f -2 -d '/')
4848

49-
if [[ $package = @(*google-cloud-bigquery-storage*) ]]; then
49+
if [[ $package = @(*google-cloud-bigquery-storage*|*google-cloud-dns*|*google-cloud-testutils*) ]]; then
5050
files_to_check=${package}
5151
else
5252
files_to_check=${package}/CHANGELOG.md

0 commit comments

Comments
 (0)