CI: Added junit test report (#21084)

* CI: Added junit test report

* Removed leftover

* Tesing

* removed reporter

* set max workers 2

* another test

* Fixed unit test

* Restored ci stuff
This commit is contained in:
Torkel Ödegaard
2019-12-13 14:56:25 +01:00
committed by GitHub
parent fd2131c1e3
commit 096b82027c
5 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = function(config, grunt) {
command: 'yarn run typecheck',
src: ['public/app/**/*.ts*'],
},
jest: 'node ./node_modules/jest-cli/bin/jest.js --maxWorkers 2',
jest: 'yarn run jest-ci',
webpack:
'node ./node_modules/webpack/bin/webpack.js --config scripts/webpack/webpack.prod.js',
};