Skip to content

Commit

Permalink
chore: no windows test yet (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Mar 24, 2023
1 parent 31a931c commit d4871fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
bcr_test_module:
module_path: "e2e/crane_as_registry"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
# TODO(#97): add windows
# File "C:/b/eznkjcld/external/rules_oci~override/oci/repositories.bzl", line 100, column 64, in _stucture_test_repo_impl
# integrity = ST_VERSIONS[repository_ctx.attr.st_version][platform],
# Error: key "windows-amd64" not found in dictionary
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit d4871fe

Please sign in to comment.