From dcbfa36fc174758f6195aa49e26b423cb4594e16 Mon Sep 17 00:00:00 2001 From: crt-31 <126034653+crt-31@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:33:02 -0800 Subject: [PATCH] Added windows task to CI (#1536) --- .bazelci/presubmit.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 2dc2f891c..c4dead005 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -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