Skip to content

Commit

Permalink
bisect does not work (missing binaries) test specific versions
Browse files Browse the repository at this point in the history
second should fail
  • Loading branch information
avdv committed Dec 2, 2024
1 parent a81ab68 commit 906c3f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/run_bazel_test/run_bazel_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ if [[ -n "${working_dir:-}" ]]; then
cd "${working_dir}"
fi

bazelisk --bisect=7.2.1..7.3.0 test "${bzl_pkgs}"
USE_BAZEL_VERSION=7.2.1 bazelisk test --build_tests_only "${bzl_pkgs}"

USE_BAZEL_VERSION=7.3.0 bazelisk test --build_tests_only "${bzl_pkgs}"

0 comments on commit 906c3f5

Please sign in to comment.