Skip to content

Commit 6cbdfbe

Browse files
committed
Forgot to move build-and-test.sh to use the proper karma file
1 parent 7fc31ed commit 6cbdfbe

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

0 commit comments

Comments
 (0)