We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad1d18 commit 0cbf6e8Copy full SHA for 0cbf6e8
1 file changed
.kokoro/system.sh
@@ -46,7 +46,8 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system'`; do
46
# Get the path to the package by removing the suffix /tests/system
47
package=$(echo $dir | cut -f -2 -d '/')
48
49
- if [[ $package = @(*google-cloud-bigquery-storage*) ]]; then
+ # Run system tests on every change to these libraries
50
+ if [[ $package = @(*google-cloud-bigquery-storage*|*google-cloud-testutils*) ]]; then
51
files_to_check=${package}
52
else
53
files_to_check=${package}/CHANGELOG.md
0 commit comments