Skip to content

Commit c15a4e1

Browse files
exclude windows from tests
1 parent 70f9627 commit c15a4e1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
4-
platform: ["debian10", "macos", "ubuntu2004", "windows"]
4+
platform: ["debian10", "macos", "ubuntu2004"]
55
tasks:
66
run_tests:
77
name: "Run test module"

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
{"bazelversion": "5.4.0", "bzlmodEnabled": true},
3131
{"bazelversion": "5.4.0", "os": "macos-latest"},
3232
{"bazelversion": "5.4.0", "os": "windows-latest"},
33+
{"bazelversion": "6.3.0", "os": "macos-latest"},
34+
{"bazelversion": "6.3.0", "os": "windows-latest"},
3335
]

0 commit comments

Comments
 (0)