aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSahin Yort <thesayyn@gmail.com>2024-01-16 00:42:45 -0800
committerGitHub <noreply@github.com>2024-01-16 09:42:45 +0100
commit5c17f81831bfe7de98ce8799a5870136440c2246 (patch)
treeac957edb79327a398ab5ffda77dc507097b5fdd0
parentf9b0b880d1e10e18daeeb168cef9d0f8316fdcb5 (diff)
downloadbazelbuild-rules-proto-5c17f81831bfe7de98ce8799a5870136440c2246.tar.gz
fix: presubmit does not have access to tests (#196)
This fixes the bcr presubmit. It was failing because the tests directory is excluded from the release archive. See: https://github.com/bazelbuild/bazel-central-registry/pull/1174/commits/f4c8ec3d07ad5206d665171bc638b98f982b92c5
-rw-r--r--.bcr/presubmit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml
index 59c12a0..0fb7791 100644
--- a/.bcr/presubmit.yml
+++ b/.bcr/presubmit.yml
@@ -5,4 +5,4 @@ tasks:
name: "Verify build targets"
platform: ${{ platform }}
build_targets:
- - "@rules_proto//..."
+ - "@rules_proto//proto/..."