Skip to content

Commit dcbfa36

Browse files
authored
Added windows task to CI (#1536)
1 parent fc0e361 commit dcbfa36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ tasks:
4242
platform: macos
4343
shell_commands:
4444
- "./test_rules_scala.sh"
45+
test_rules_scala_win:
46+
name: "./test_rules_scala"
47+
platform: windows
48+
shell_commands:
49+
- "bash test_rules_scala.sh"
4550
test_coverage_linux_6_3_0:
4651
name: "./test_coverage"
4752
platform: ubuntu2004

0 commit comments

Comments
 (0)