Skip to content

Commit 9dfec37

Browse files
committed
use dots reporter for noCI test run by GitHub actions
1 parent b5d7c00 commit 9dfec37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/jasmine/karma.conf.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ var hasSpecReporter = reporters.indexOf('spec') !== -1;
145145
if(!hasSpecReporter && argv.showSkipped) reporters.push('spec');
146146
if(argv.verbose) reporters.push('verbose');
147147

148+
if(process.argv.indexOf('--tags=noCI,noCIdep') !== -1) {
149+
reporters = ['dots'];
150+
}
151+
148152
function func(config) {
149153
// level of logging
150154
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG

0 commit comments

Comments
 (0)