We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f8ee7 commit 5b13aa3Copy full SHA for 5b13aa3
.github/workflows/integration_external_target.yml
@@ -24,4 +24,7 @@ jobs:
24
ref: wip_fix
25
fetch-depth: 0
26
- name: Run External Target Impact test
27
- run: ./bazel-diff.sh -e
+ run: ./bazel-diff.sh $(pwd) bazel $(git rev-parse HEAD~1) $(git rev-parse HEAD)
28
+ - name: Validate Impacted Targets
29
+ run: grep -q "//:yo" /tmp/impacted_targets.txt
30
+
0 commit comments