Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 526f541

Browse files
xiaozhenliu-gg5miraleung
authored andcommitted
[ggj][infra][4/5]feat: add goldens update bazel rules for Asset API (#397)
* goldens update bazel rules * clean up * goldens update rule for asset API * update goldens
1 parent 86efcd1 commit 526f541

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/integration/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ golden_update(
5252
data = ["//test/integration/goldens/redis:goldens_files"],
5353
)
5454

55+
golden_update(
56+
name = "asset_update",
57+
target = ":asset_java_gapic",
58+
data = ["//test/integration/goldens/asset:goldens_files"],
59+
)
60+
5561
####################################################
5662
# API Library Rules
5763
####################################################

0 commit comments

Comments
 (0)