Skip to content

Commit 5b13aa3

Browse files
update test
1 parent 62f8ee7 commit 5b13aa3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration_external_target.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ jobs:
2424
ref: wip_fix
2525
fetch-depth: 0
2626
- name: Run External Target Impact test
27-
run: ./bazel-diff.sh -e
27+
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

Comments
 (0)