This commit is contained in:
Joao Moreno
2018-08-31 14:19:23 +02:00
parent 1097b5e9ed
commit 86d305f5cb

View File

@@ -30,6 +30,10 @@ steps:
- script: |
set -e
npm run gulp -- "electron-$(VSCODE_ARCH)"
# xvfb seems to be crashing often, let's make sure it's always up
service xvfb start
DISPLAY=:10 ./scripts/test.sh --build --tfs "Unit Tests"
# yarn smoketest -- --build "$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)"
name: test