We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c2d58 commit 3aca16bCopy full SHA for 3aca16b
.kokoro/system.sh
@@ -113,7 +113,7 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system' -o -who
113
114
# Determine if we should skip based on git diff
115
files_to_check="${package_path}/CHANGELOG.md"
116
- if [[ $package_name == @($pattern) ]]; then
+ if [[ $package_name == @($packages_with_system_tests_pattern) ]]; then
117
files_to_check="${package_path}"
118
fi
119
0 commit comments