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:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user