Skip to content

Commit

Permalink
fix: temporarily drop bazelci runs on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Aug 14, 2023
1 parent 2bcf56a commit c1df6f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ matrix:
platform:
- ubuntu2004
- macos
- windows

tasks:
build:
Expand All @@ -15,7 +14,7 @@ tasks:
bcr_test_module:
module_path: "example/integration_tests/bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
build_bzlmod_test:
name: "Build test module"
Expand Down

0 comments on commit c1df6f7

Please sign in to comment.