File tree Expand file tree Collapse file tree 1 file changed +14
-25
lines changed Expand file tree Collapse file tree 1 file changed +14
-25
lines changed Original file line number Diff line number Diff line change 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+ - ' //...'
You can’t perform that action at this time.
0 commit comments