Skip to content

Commit

Permalink
[ggj][infra][4/5]feat: add goldens update bazel rules for Asset API (#…
Browse files Browse the repository at this point in the history
…397)

* goldens update bazel rules

* clean up

* goldens update rule for asset API

* update goldens
  • Loading branch information
xiaozhenliu-gg5 authored and miraleung committed Oct 30, 2020
1 parent abebd63 commit f2a1674
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ golden_update(
target = ":asset_java_gapic",
)

golden_update(
name = "asset_update",
target = ":asset_java_gapic",
data = ["//test/integration/goldens/asset:goldens_files"],
)

####################################################
# API Library Rules
####################################################
Expand Down Expand Up @@ -100,3 +106,4 @@ java_gapic_library(
"@com_google_googleapis//google/logging/v2:logging_java_proto",
],
)

0 comments on commit f2a1674

Please sign in to comment.