From a78f0b6459a0abf80667af21ce8c022b63ed3665 Mon Sep 17 00:00:00 2001 From: Maxwell Elliott <56700854+tinder-maxwellelliott@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:26:28 -0500 Subject: [PATCH] Set bazel version in external targets test (#264) * Set bazel version in external targets test Set bazel version in external targets test * use home variable --- .github/workflows/integration_external_target.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_external_target.yml b/.github/workflows/integration_external_target.yml index c63219e..ff2e7ce 100644 --- a/.github/workflows/integration_external_target.yml +++ b/.github/workflows/integration_external_target.yml @@ -26,8 +26,9 @@ jobs: repository: tinder-maxwellelliott/bazel-diff-repro-1 ref: master fetch-depth: 0 + - name: Set bazel version + run: echo "USE_BAZEL_VERSION=7.3.1" > "$HOME/.bazeliskrc" - name: Run External Target Impact test run: ./bazel-diff.sh $(pwd) bazel $(git rev-parse HEAD~1) $(git rev-parse HEAD) - name: Validate Impacted Targets run: grep -q "//:yo" /tmp/impacted_targets.txt -