Skip to content

Commit 0cbf6e8

Browse files
committed
Actually run system tests
1 parent 0ad1d18 commit 0cbf6e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.kokoro/system.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ 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+
# Run system tests on every change to these libraries
50+
if [[ $package = @(*google-cloud-bigquery-storage*|*google-cloud-testutils*) ]]; then
5051
files_to_check=${package}
5152
else
5253
files_to_check=${package}/CHANGELOG.md

0 commit comments

Comments
 (0)