Commit 9b36d1c
committed
Fix: use 'yarn run test --browsers=ChromeHeadlessCI' in CI
The direct 'yarn ng test' command fails on CI in 2s. Use the package.json
'test' script instead, which already has --source-map=true, --watch=false,
and --configuration test. Add --browsers=ChromeHeadlessCI for headless mode.
Coverage (--code-coverage) is kept in test:headless for local use.1 parent 5249a86 commit 9b36d1c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments