Skip to content

Commit bcb8eb3

Browse files
try to run external target repo test
1 parent 2fa46bb commit bcb8eb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- name: Run integration test
3030
run: ./integration/integration_test.sh -e
31+
- uses: actions/checkout@v2
32+
with:
33+
repository: tinder-maxwellelliott/bazel-diff-repro-1
34+
ref: wip_fix
35+
path: /tmp/ExternalTargetImpactTest
36+
fetch-depth: 0
37+
- name: Run External Target Impact test
38+
run: /tmp/ExternalTargetImpactTest/bazel-diff.sh

0 commit comments

Comments
 (0)