From 128b7c3929a68e3a079a0d0357be2fe612eaee8c Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Sun, 4 Aug 2024 13:26:00 -0700 Subject: [PATCH] DNL: try testing rules_js2 on windows --- modules/aspect_rules_js/2.0.0-rc9/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aspect_rules_js/2.0.0-rc9/presubmit.yml b/modules/aspect_rules_js/2.0.0-rc9/presubmit.yml index 38cdbbbea03..33f56fee944 100644 --- a/modules/aspect_rules_js/2.0.0-rc9/presubmit.yml +++ b/modules/aspect_rules_js/2.0.0-rc9/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: 'e2e/bzlmod' matrix: bazel: ['7.x', '6.x'] - platform: ['debian10', 'macos', 'ubuntu2004'] + platform: ['debian10', 'macos', 'ubuntu2004', 'windows'] tasks: run_tests: name: 'Run test module'