Skip to content

Commit a78f0b6

Browse files
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
1 parent 7c8e9b8 commit a78f0b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration_external_target.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
repository: tinder-maxwellelliott/bazel-diff-repro-1
2727
ref: master
2828
fetch-depth: 0
29+
- name: Set bazel version
30+
run: echo "USE_BAZEL_VERSION=7.3.1" > "$HOME/.bazeliskrc"
2931
- name: Run External Target Impact test
3032
run: ./bazel-diff.sh $(pwd) bazel $(git rev-parse HEAD~1) $(git rev-parse HEAD)
3133
- name: Validate Impacted Targets
3234
run: grep -q "//:yo" /tmp/impacted_targets.txt
33-

0 commit comments

Comments
 (0)