mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
disable unit tests for linux 32
This commit is contained in:
@@ -29,8 +29,10 @@ 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
|
||||
if [ -z "$SKIP_UNIT_TESTS" ]; then
|
||||
step "Run unit tests" \
|
||||
./scripts/test.sh --xvfb --build --reporter dot
|
||||
fi
|
||||
|
||||
step "Publish release" \
|
||||
./build/tfs/linux/release.sh
|
||||
Reference in New Issue
Block a user