Skip to content

Commit

Permalink
fix(bcr): add mandatory gazelle bcr presubmit attrs (#1894)
Browse files Browse the repository at this point in the history
The same as in f1d1732.

Fixes that were needed in
[bazel/bazel-central-registry#2019](bazelbuild/bazel-central-registry#2019).
  • Loading branch information
aignas committed May 13, 2024
1 parent 407826a commit 9fa38df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bcr/gazelle/presubmit.yml
Expand Up @@ -16,10 +16,12 @@ bcr_test_module:
module_path: "../examples/bzlmod_build_file_generation"
matrix:
platform: ["debian11", "macos", "ubuntu2004", "windows"]
bazel: [6.x, 7.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "//..."
- ":modules_map"
Expand Down

0 comments on commit 9fa38df

Please sign in to comment.