Skip to content

Commit 13449e1

Browse files
committed
fix package_name_check
1 parent 3fb281a commit 13449e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generated_files_sync.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
# the rest : the same as above
171171
invalid_files=$(find . -name '*.java' \
172172
|grep --invert-match 'java/com/google' \
173+
|grep --invert-match 'javatests/com/google' \
173174
|grep --invert-match samples \
174175
|grep --invert-match grafeas \
175176
|grep --invert-match 'cloud-build.*v2' \

0 commit comments

Comments
 (0)