Skip to content

Commit f19c72c

Browse files
committed
Added CI configuration
1 parent 0f36071 commit f19c72c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

angular.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@
9292
},
9393
"test": {
9494
"builder": "@angular-devkit/build-angular:karma",
95+
"configurations": {
96+
"ci": {
97+
"watch": false,
98+
"progress": false,
99+
"browsers": "ChromeHeadlessCI"
100+
}
101+
},
95102
"options": {
96103
"main": "src/test.ts",
97104
"polyfills": "src/polyfills.ts",

0 commit comments

Comments
 (0)