Skip to content

Commit 7d7d41a

Browse files
committed
update pipeline settings
1 parent d559f9e commit 7d7d41a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

azure-pipelines.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,27 @@ steps:
1616
displayName: 'Install Node.js'
1717

1818
- task: Npm@1
19-
displayName: 'Install dependencies'
19+
displayName: 'angular/app-i18n: install dependencies'
2020
inputs:
2121
command: 'install'
2222
workingDir: './angular/app-i18n'
2323

2424
- task: Npm@1
25-
displayName: 'Unit Tests'
25+
displayName: 'angular/app-i18n: run unit tests'
2626
inputs:
2727
command: 'custom'
2828
customCommand: 'run test:ci'
2929
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'

0 commit comments

Comments
 (0)