Skip to content

Commit dfe0c35

Browse files
committed
Use bazel build for BCR release test command
By default, the release_ruleset wants to use `bazel test //...`, but this will fail since we have no tests registered with bazel (we use jasmine via gulp). Instead, just try to build the tarball as a basic check.
1 parent 7d64c8d commit dfe0c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
release:
2323
uses: bazel-contrib/.github/.github/workflows/[email protected]
2424
with:
25+
bazel_test_command: "bazel build //:dist_tar"
2526
prerelease: false
2627
release_files: protobuf-javascript-*.tar.gz
2728
tag_name: ${{ inputs.tag_name || github.ref_name }}

0 commit comments

Comments
 (0)