Skip to content

Commit 2003a7d

Browse files
committed
Merge remote-tracking branch 'upstream/main' into improve-CI
2 parents f1530f2 + ffd1761 commit 2003a7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/runTest.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ async function main() {
1212
// Passed to --extensionTestsPath
1313
const extensionTestsPath = path.resolve(__dirname, "./suite/index");
1414

15-
const launchArgs = [];
15+
const launchArgs = [
16+
"--install-extension", "intersystems-community.servermanager",
17+
"--install-extension", "intersystems-community.vscode-objectscript"
18+
];
1619

1720
// Download VS Code, unzip it and run the integration test
1821
await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs });

0 commit comments

Comments
 (0)