Commit 98c5d9d
fix: checkout test repos as siblings for correct relative paths (#1608)
Test plans use '../../vscode-java' and '../../eclipse.jdt.ls' relative to
the plan file location, expecting these repos to be siblings of the main
repo (matching local dev layout). The previous CI config checked them out
inside the repo root, causing all 15 e2e tests to fail with ENOENT.
Change checkout path from 'vscode-java' to '../vscode-java' (and same for
eclipse.jdt.ls) so the CI directory structure matches the expected layout.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bfd230e commit 98c5d9d
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments