Skip to content

fix: checkout test repos as siblings for correct relative paths#1608

Merged
wenytang-ms merged 1 commit intomainfrom
fix/e2e-checkout-paths
Apr 21, 2026
Merged

fix: checkout test repos as siblings for correct relative paths#1608
wenytang-ms merged 1 commit intomainfrom
fix/e2e-checkout-paths

Conversation

@wenytang-ms
Copy link
Copy Markdown
Contributor

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.

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>
@wenytang-ms wenytang-ms merged commit 98c5d9d into main Apr 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants