Skip to content

Commit 0d8c4e6

Browse files
committed
try querying targets
1 parent 00e4711 commit 0d8c4e6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/bazel_repeat_non_flaky.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
{"folder": ".", "bzlmodEnabled": false}
3030
]
3131
exclude_windows: true
32-
bazel_test_command: 'bazel test //... --runs_per_test=2${{ inputs.runs_per_test }}'
32+
bazel_test_command: 'bazel query "//..."'
33+
#'bazel query "attr(flaky, 0, tests(//...))"'
34+
#; bazel test \$(bazel query "attr(flaky, 0, tests(//...))") --runs_per_test=2${{ inputs.runs_per_test }}'

0 commit comments

Comments
 (0)