From acd2c6f387b3cf9f5cbdc02f87b34f2c6aa823a8 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 4 Feb 2020 13:04:38 +0100 Subject: [PATCH] fix tests --- scripts/test-integration.bat | 1 + scripts/test-integration.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat index 505faa7e629..9d439a2d191 100644 --- a/scripts/test-integration.bat +++ b/scripts/test-integration.bat @@ -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 diff --git a/scripts/test-integration.sh b/scripts/test-integration.sh index a6b98ca8413..18741689645 100755 --- a/scripts/test-integration.sh +++ b/scripts/test-integration.sh @@ -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