Skip to content

Commit 99df3c1

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/jasmine/karma.conf.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ 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+
console.log('here!')
150+
reporters = ['dots'];
151+
}
152+
148153
function func(config) {
149154
// level of logging
150155
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG

0 commit comments

Comments
 (0)