Skip to content

Commit 249996b

Browse files
committed
chore(): always use dots reporter for ci karma
1 parent 068a5d2 commit 249996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ SCRIPT_DIR=$(dirname $0)
88
cd ${SCRIPT_DIR}/../..
99

1010
ng build
11-
karma start --single-run --no-auto-watch
11+
karma start --single-run --no-auto-watch --reporters='dots'

0 commit comments

Comments
 (0)