blob: 8baa1f10c41cc9cd393afa73c17dacf9967d1c18 [file] [log] [blame]
bcr_test_module:
module_path: 'e2e/smoke'
matrix:
bazel: ['6.x', '7.x']
platform: ['debian10', 'macos', 'ubuntu2004', 'windows']
tasks:
run_tests:
name: 'Run test module'
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- '//...'
test_flags:
- '--test_tag_filters=-no-bazelci-windows'