diff --git a/build/tfs/linux/build.yml b/build/tfs/linux/build.yml index f58122e9c897fd7e5cd43c224c6df34e81db5e57..b785044505fd796a85ffd7457cd5e1221f97491e 100644 --- a/build/tfs/linux/build.yml +++ b/build/tfs/linux/build.yml @@ -34,5 +34,5 @@ steps: name: build - script: | - ./scripts/test.sh --build --reporter dot + DISPLAY=:10 ./scripts/test.sh --build --reporter dot name: test \ No newline at end of file diff --git a/package.json b/package.json index 578fa952739c75df966bf9a541a903d01d8b280b..853d0fa7432a80cdbbae0e98572d7a5197c11148 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "7z": "7z", "update-grammars": "node build/npm/update-all-grammars.js", "update-localization-extension": "node build/npm/update-localization-extension.js", - "smoketest": "cd test/smoke && mocha", + "smoketest": "cd test/smoke && mocha", "monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit" }, "dependencies": {