fix: ci tests
This commit is contained in:
@@ -26,5 +26,7 @@ jobs:
|
||||
- name: run Build Validation
|
||||
run: npm run check
|
||||
|
||||
- name: run Build Validation
|
||||
- name: run Tests
|
||||
run: npm run test
|
||||
env:
|
||||
CHROME_BIN: google-chrome
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
"builder": "@angular-devkit/build-angular:karma",
|
||||
"options": {
|
||||
"watch": false,
|
||||
"browsers": "ChromeHeadless",
|
||||
"polyfills": ["zone.js", "zone.js/testing"],
|
||||
"tsConfig": "tsconfig.spec.json",
|
||||
"inlineStyleLanguage": "scss",
|
||||
|
||||
Reference in New Issue
Block a user