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 9cd2c89 commit bb9e50c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ golden_update(
data = ["//test/integration/goldens/redis:goldens_files"],
)

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

####################################################
# API Library Rules
####################################################
Expand Down

0 comments on commit bb9e50c

Please sign in to comment.