Engineering - create pull request pipeline (#149171)

This commit is contained in:
Ladislau Szomoru
2022-05-11 12:08:54 +02:00
committed by GitHub
parent 85e416ba16
commit 2a9f19d36f
11 changed files with 648 additions and 418 deletions

View File

@@ -13,6 +13,7 @@ suite('vscode server cli', () => {
test('extension is installed and enabled when installed by server cli', function () {
const extension = process.env.TESTRESOLVER_INSTALL_BUILTIN_EXTENSION;
if (!process.env.BUILD_SOURCEVERSION // Skip it when running out of sources
|| process.env.VSCODE_QUALITY === 'oss' // Skip it when running an OSS build
|| !process.env.REMOTE_VSCODE // Skip it when not a remote integration test
|| !extension // Skip it when extension is not provided to server
) {