File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 48
48
- restore_cache : *deps_cache
49
49
- run : yarn lint
50
50
51
+ test :
52
+ << : *defaults
53
+ steps :
54
+ - restore_cache : *repo_cache
55
+ - restore_cache : *deps_cache
56
+ - run : yarn test:ci
57
+
51
58
build :
52
59
<< : *defaults
53
60
steps :
@@ -66,6 +73,9 @@ workflows:
66
73
- lint :
67
74
requires :
68
75
- install_dependencies
76
+ - test :
77
+ requires :
78
+ - install_dependencies
69
79
- build :
70
80
requires :
71
81
- install_dependencies
Original file line number Diff line number Diff line change 13
13
"lint:packages" : " lerna run lint" ,
14
14
"lint:prettier" : " prettier -l \" **/*.*(ts|js|css|scss|json|md)\" " ,
15
15
"test" : " jest --coverage" ,
16
- "test:ci" : " jest --coverage --ci" ,
16
+ "test:ci" : " jest --coverage --ci --maxWorkers=2 " ,
17
17
"test:watch" : " jest --watch" ,
18
18
"commit" : " commit" ,
19
19
"prettier" : " prettier --write \" **/*.*(ts|js|css|scss|json|md)\" " ,
Original file line number Diff line number Diff line change 75
75
"@angular/platform-server" : " 6.0.7" ,
76
76
"@types/node" : " 10.5.2" ,
77
77
"core-js" : " 2.5.7" ,
78
- "husky" : " 0.14.3" ,
79
78
"redux" : " 4.0.0" ,
80
79
"reflect-metadata" : " 0.1.12" ,
81
80
"rimraf" : " 2.6.2" ,
You can’t perform that action at this time.
0 commit comments