Skip to content

Commit

Permalink
Added windows task to CI (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
crt-31 authored Jan 29, 2024
1 parent fc0e361 commit dcbfa36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ tasks:
platform: macos
shell_commands:
- "./test_rules_scala.sh"
test_rules_scala_win:
name: "./test_rules_scala"
platform: windows
shell_commands:
- "bash test_rules_scala.sh"
test_coverage_linux_6_3_0:
name: "./test_coverage"
platform: ubuntu2004
Expand Down

0 comments on commit dcbfa36

Please sign in to comment.