| --- | |
| bcr_test_module: | |
| # TODO(abrisco/rules_helm#38): Have this run in a regression test | |
| # directory which is consuming rules_helm and not just testing | |
| # within the same repository. | |
| module_path: "." | |
| matrix: | |
| platform: ["macos_arm64", "ubuntu2004", "windows"] | |
| bazel: ["7.x", "8.x"] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_flags: | |
| - "--config=strict" | |
| test_targets: | |
| - "--" | |
| - "//..." |