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