| --- |
| 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", "ubuntu2004", "windows"] |
| bazel: ["6.x", "7.x"] |
| tasks: |
| run_tests: |
| name: "Run test module" |
| platform: ${{ platform }} |
| bazel: ${{ bazel }} |
| build_flags: |
| - "--config=strict" |
| test_targets: |
| - "--" |
| - "//..." |
| # Docs test renders differently in bcr CI, don't test this. |
| - "-//docs:docs_diff_test" |