We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8e9b8 commit a78f0b6Copy full SHA for a78f0b6
.github/workflows/integration_external_target.yml
@@ -26,8 +26,9 @@ jobs:
26
repository: tinder-maxwellelliott/bazel-diff-repro-1
27
ref: master
28
fetch-depth: 0
29
+ - name: Set bazel version
30
+ run: echo "USE_BAZEL_VERSION=7.3.1" > "$HOME/.bazeliskrc"
31
- name: Run External Target Impact test
32
run: ./bazel-diff.sh $(pwd) bazel $(git rev-parse HEAD~1) $(git rev-parse HEAD)
33
- name: Validate Impacted Targets
34
run: grep -q "//:yo" /tmp/impacted_targets.txt
-
0 commit comments