Skip to content

Commit 7f70825

Browse files
committed
Another CI fix attempt
1 parent a7a2b81 commit 7f70825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/runTest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ async function main() {
2626
[...args, '--install-extension', 'intersystems-community.servermanager', '--install-extension', 'intersystems-community.vscode-objectscript'],
2727
{
2828
encoding: 'utf-8',
29-
stdio: 'inherit'
29+
stdio: 'inherit',
30+
shell: process.platform === 'win32'
3031
}
3132
);
3233

0 commit comments

Comments
 (0)