Skip to content

Commit

Permalink
fix: restrict platforms for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 7, 2024
1 parent 402c7a0 commit 9291c8c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions modules/bzlws/0.2.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
matrix:
platform: [ubuntu2004, macos, macos_arm64, windows]
bazel: [7.x]

bcr_test_module:
module_path: test
matrix:
platform: [ubuntu2004, macos, macos_arm64, windows]
platform:
- ubuntu2204
- windows
- macos_arm64
# https://github.com/zaucy/bzlws/issues/19
# - macos
bazel: [7.x]
tasks:
run_test_module:
Expand Down

0 comments on commit 9291c8c

Please sign in to comment.