Skip to content

Commit 69349da

Browse files
committed
chore(): set ci karma to single-run and no-auto-watch
1 parent b7f3fb4 commit 69349da

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 ./karma.conf.js
11+
karma start --single-run --no-auto-watch

0 commit comments

Comments
 (0)