Skip to content

Commit ffd1761

Browse files
Merge pull request #4 from gjsjohnmurray/fix-CI
Install extension dependencies when CI runs tests
2 parents 8d9a8f8 + db3d743 commit ffd1761

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)