Skip to content

Commit

Permalink
Set bazel version in external targets test (#264)
Browse files Browse the repository at this point in the history
* Set bazel version in external targets test

Set bazel version in external targets test

* use home variable
  • Loading branch information
tinder-maxwellelliott authored Jan 27, 2025
1 parent 7c8e9b8 commit a78f0b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_external_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a78f0b6

Please sign in to comment.