fix tests

This commit is contained in:
Joao Moreno 2020-02-04 13:04:38 +01:00
parent 19de7a566c
commit acd2c6f387
No known key found for this signature in database
GPG key ID: 9494F5E6167A8E6B
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
call yarn gulp compile-extension:css-language-features-server
call yarn gulp compile-extension:html-language-features-server
call yarn gulp compile-extension:json-language-features-server
call yarn gulp compile-extension:git
:: Configuration for more verbose output
set VSCODE_CLI=1

View file

@ -28,6 +28,7 @@ else
yarn gulp compile-extension:css-language-features-server
yarn gulp compile-extension:html-language-features-server
yarn gulp compile-extension:json-language-features-server
yarn gulp compile-extension:git
# Configuration for more verbose output
export VSCODE_CLI=1