File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,27 @@ steps:
16
16
displayName : ' Install Node.js'
17
17
18
18
- task : Npm@1
19
- displayName : ' Install dependencies'
19
+ displayName : ' angular/app-i18n: install dependencies'
20
20
inputs :
21
21
command : ' install'
22
22
workingDir : ' ./angular/app-i18n'
23
23
24
24
- task : Npm@1
25
- displayName : ' Unit Tests '
25
+ displayName : ' angular/app-i18n: run unit tests '
26
26
inputs :
27
27
command : ' custom'
28
28
customCommand : ' run test:ci'
29
29
workingDir : ' ./angular/app-i18n'
30
+
31
+ - task : Npm@1
32
+ displayName : ' angular/app-settings: install dependencies'
33
+ inputs :
34
+ command : ' install'
35
+ workingDir : ' ./angular/app-settings'
36
+
37
+ - task : Npm@1
38
+ displayName : ' angular/app-settings: run unit tests'
39
+ inputs :
40
+ command : ' custom'
41
+ customCommand : ' run test:ci'
42
+ workingDir : ' ./angular/app-settings'
You can’t perform that action at this time.
0 commit comments