We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73430d0 commit 08ca65eCopy full SHA for 08ca65e
.github/workflows/integration_external_target.yml
@@ -27,7 +27,7 @@ jobs:
27
ref: master
28
fetch-depth: 0
29
- name: Set bazel version
30
- run: echo "USE_BAZEL_VERSION=7.3.1" > "~/.bazeliskrc"
+ 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
0 commit comments