File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,16 +94,13 @@ matrix:
9494 - macos
9595 - windows
9696 bazel : [7.*, 8.*, 9.*]
97- bcr_variant :
98- - examples/bzlmod
99- - gazelle/examples/bzlmod_build_file_generation
10097tasks :
10198 # Keep in sync with .bcr/presubmit.yml
10299 bcr_tests :
103100 name : BCR test module
104101 platform : ${{ platform }}
105102 bazel : ${{ bazel }}
106- working_directory : ${{ bcr_variant }}
103+ working_directory : examples/bzlmod
107104 platform : ${{ platform }}
108105 bazel : ${{ bazel }}
109106 shell_commands :
@@ -123,7 +120,7 @@ tasks:
123120 name : BCR gazelle test module
124121 platform : ${{ platform }}
125122 bazel : ${{ bazel }}
126- working_directory : ${{ bcr_variant }}
123+ working_directory : gazelle/examples/bzlmod_build_file_generation
127124 # Regenerate the BUILD files for the test module using Gazelle.
128125 # Also verify -repo_config are generated correctly in gazelle.bash
129126 shell_commands :
You can’t perform that action at this time.
0 commit comments