This commit is contained in:
@@ -39,4 +39,4 @@ jobs:
|
||||
- name: Angular Tests
|
||||
run: |
|
||||
cd client
|
||||
npm test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
|
||||
npm run test:headless
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Angular Tests
|
||||
run: |
|
||||
cd client
|
||||
npm test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
|
||||
npm run test:headless
|
||||
|
||||
- name: Angular Production Build
|
||||
run: |
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@
|
||||
"viyabuild": "cd build; ./viyabuild.sh",
|
||||
"lint": "cd .. && npm run lint",
|
||||
"test": "npx ng test",
|
||||
"test:headless": "ng test --browsers ChromeHeadless",
|
||||
"test:headless": "npx ng test --no-watch --no-progress --browsers ChromeHeadless",
|
||||
"watch": "ng test watch=true",
|
||||
"pree2e": "webdriver-manager update",
|
||||
"e2e": "protractor protractor.config.js",
|
||||
|
||||
Reference in New Issue
Block a user