Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjpas@microsoft.com>2021-11-10 10:13:56 +0300
committerGitHub <noreply@github.com>2021-11-10 10:13:56 +0300
commitbef4dba21f68bbdb8d9f08fe04b2e1858597722b (patch)
tree256e6a8d127d6d7bc77c4e2623690940cc6b276c /scripts
parent42f10bb643c63c91421a62e6fa8d08d5297dd09f (diff)
Parcel update and CI improvements (#136830)
* :up: product * :up: parcel/watcher * :up: parcel/watcher * tests - separate remote logs from others * store server logs too * more tweaks * fix name * error when 10s passed
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test-integration.bat1
-rwxr-xr-xscripts/test-integration.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat
index 5210ccc55ac..3da6d3c9e62 100644
--- a/scripts/test-integration.bat
+++ b/scripts/test-integration.bat
@@ -26,6 +26,7 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
compile-extension:markdown-language-features^
compile-extension:typescript-language-features^
compile-extension:vscode-custom-editor-tests^
+ compile-extension:vscode-notebook-tests^
compile-extension:emmet^
compile-extension:css-language-features-server^
compile-extension:html-language-features-server^
diff --git a/scripts/test-integration.sh b/scripts/test-integration.sh
index 72e8fdf4d1f..2eb8ce50a73 100755
--- a/scripts/test-integration.sh
+++ b/scripts/test-integration.sh
@@ -32,6 +32,7 @@ else
yarn gulp compile-extension:vscode-api-tests \
compile-extension:vscode-colorize-tests \
compile-extension:vscode-custom-editor-tests \
+ compile-extension:vscode-notebook-tests \
compile-extension:markdown-language-features \
compile-extension:typescript-language-features \
compile-extension:emmet \