Skip to content

Commit 83d41e8

Browse files
committed
chore: Remove skipping google-cloud-java
1 parent 49d91f2 commit 83d41e8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.kokoro/nightly/downstream-protobuf-binary-compatibility.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ mvn -B -ntp clean compile
3636
pushd dependencies
3737

3838
for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
39-
# Skip the GAPIC monorepo as it's autogenerated
40-
# TODO(lawrenceqiu): Test using the showcase module for GAPIC coverage
41-
if [[ "$repo" == "google-cloud-java" ]]; then
42-
continue
43-
fi
44-
4539
# Perform source-compatibility testing on main (latest changes)
4640
git clone "https://github.com/googleapis/$repo.git" --depth=1
4741
pushd "$repo"
@@ -69,4 +63,4 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
6963
done
7064
done
7165
popd
72-
popd
66+
popd

0 commit comments

Comments
 (0)