Skip to content

Commit bdc8766

Browse files
committed
Fix CI
1 parent b2c0b47 commit bdc8766

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.bazelci/presubmit.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ matrix:
77
tasks:
88
test_module_bzlmod:
99
name: "Test module (Bazel 7.3.2, Bzlmod)"
10+
working_directory: "tests/bcr"
1011
bazel: 7.3.2
1112
platform: ${{ platform }}
1213
build_flags:
@@ -21,6 +22,7 @@ tasks:
2122
- "//..."
2223
test_module_workspace:
2324
name: "Test module (Bazel 7.3.2, WORKSPACE)"
25+
working_directory: "tests/bcr"
2426
bazel: 7.3.2
2527
platform: ${{ platform }}
2628
build_flags:
@@ -35,6 +37,7 @@ tasks:
3537
- "//..."
3638
test_module_head:
3739
name: "Test module (Bazel@HEAD, Bzlmod)"
40+
working_directory: "tests/bcr"
3841
bazel: last_green
3942
platform: ${{ platform }}
4043
build_flags:
@@ -49,6 +52,7 @@ tasks:
4952
- "//..."
5053
test_module_bzlmod_legacy:
5154
name: "Test module (Bazel 6.0.0, Bzlmod)"
55+
working_directory: "tests/bcr"
5256
bazel: 6.0.0
5357
platform: ${{ platform }}
5458
build_flags:
@@ -61,6 +65,7 @@ tasks:
6165
- "//..."
6266
test_module_workspace_legacy:
6367
name: "Test module (Bazel 6.0.0, WORKSPACE)"
68+
working_directory: "tests/bcr"
6469
bazel: 6.0.0
6570
platform: ${{ platform }}
6671
build_flags:

.bazelignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests/bcr

tests/bcr/.bazelrc

-1
This file was deleted.

0 commit comments

Comments
 (0)