提交 f3362828 编写于 作者: M Michel Kaporin

Removed integration and unit tests from smoke test.

上级 8e7e6e1f
......@@ -20,12 +20,6 @@ step "Install distro dependencies" \
step "Build minified & upload source maps" \
npm run gulp -- --max_old_space_size=4096 vscode-darwin-min
step "Run unit tests" \
./scripts/test.sh --build --reporter dot
step "Run integration tests" \
./scripts/test-integration.sh
step "Run smoke test" \
pushd test/smoke
npm install
......
......@@ -25,9 +25,6 @@ step "Install distro dependencies" \
step "Build minified" \
npm run gulp -- --max_old_space_size=4096 "vscode-linux-$ARCH-min"
step "Run unit tests" \
./scripts/test.sh --xvfb --build --reporter dot
step "Run smoke test" \
pushd test/smoke
npm install
......
......@@ -36,14 +36,6 @@ step "Build minified" {
exec { & npm run gulp -- --max_old_space_size=4096 "vscode-win32-$global:arch-min" }
}
step "Run unit tests" {
exec { & .\scripts\test.bat --build --reporter dot }
}
# step "Run integration tests" {
# exec { & .\scripts\test-integration.bat }
# }
step "Run smoke test" {
exec { & Push-Location test\smoke }
exec { & npm install; npm run compile }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册