Skip to content

Commit 89e03eb

Browse files
committed
ci: fix windows and linux ui test
1 parent 0565240 commit 89e03eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async function main(): Promise<void> {
1212
// test fails in macOS since the limitation of path length
1313
// See: https://github.com/microsoft/vscode/issues/86382#issuecomment-593765388
1414
const userDir = fs.mkdtempSync(path.join(os.tmpdir(), "vscode-user"));
15-
const vscodeExecutablePath = await downloadAndUnzipVSCode();
15+
const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
1616

1717
// Resolve redhat.java dependency
1818
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);

0 commit comments

Comments
 (0)