Skip to content

Commit 67aaf18

Browse files
mollyibotcopybara-github
authored andcommitted
Update bcr presubmit tasks to reside in side a module.
PiperOrigin-RevId: 775008719
1 parent ccfe795 commit 67aaf18

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

.bcr/presubmit.yml

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
1-
matrix:
2-
platform:
3-
- ubuntu2004
4-
- macos
5-
bazel:
6-
- 8.x
7-
tasks:
8-
guava_sample_build_test:
9-
platform: ${{ platform }}
10-
bazel: ${{ bazel }}
11-
build_targets:
12-
- '//...'
13-
working_directory: samples/guava
14-
helloworld_sample_test:
15-
platform: ${{ platform }}
16-
bazel: ${{ bazel }}
17-
test_targets:
18-
- '//...'
19-
working_directory: samples/helloworld
20-
wasm_sample_test:
21-
platform: ${{ platform }}
22-
bazel: ${{ bazel }}
23-
test_targets:
24-
- '//...'
25-
working_directory: samples/wasm
1+
bcr_test_module:
2+
module_path: "samples/helloworld"
3+
matrix:
4+
platform:
5+
- ubuntu2004
6+
- macos
7+
bazel:
8+
- 8.x
9+
tasks:
10+
helloworld_sample_test:
11+
platform: ${{ platform }}
12+
bazel: ${{ bazel }}
13+
test_targets:
14+
- '//...'

0 commit comments

Comments
 (0)