Commit f5c1bc5
fix: use git clone instead of actions/checkout for sibling repos (#1609)
actions/checkout@v4 rejects paths outside the repository root
(error: 'Repository path is not under ...'), so checking out
vscode-java and eclipse.jdt.ls as siblings with path: ../repo fails.
Replace with 'git clone --depth 1' which has no path restriction,
correctly placing repos as siblings so test plan relative paths
(../../vscode-java/...) resolve properly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 98c5d9d commit f5c1bc5
1 file changed
Lines changed: 8 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 50 | + | |
| 51 | + | |
55 | 52 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 53 | + | |
| 54 | + | |
61 | 55 | | |
62 | 56 | | |
63 | 57 | | |
| |||
133 | 127 | | |
134 | 128 | | |
135 | 129 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 130 | + | |
| 131 | + | |
141 | 132 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 133 | + | |
| 134 | + | |
147 | 135 | | |
148 | 136 | | |
149 | 137 | | |
| |||
0 commit comments