Skip to content

Commit 3dc71a4

Browse files
committed
ci: 🎡 test log
1 parent d45b7d7 commit 3dc71a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎addons/api/testem.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const multiReporterConfig = {
2020
],
2121
};
2222

23+
console.log('CREATE_JUNIT_TEST_REPORT:', process.env.CREATE_JUNIT_TEST_REPORT);
2324
if (process.env.CREATE_JUNIT_TEST_REPORT === 'true') {
2425
!fs.existsSync('./test-reports') && fs.mkdirSync('./test-reports');
2526
multiReporterConfig.reporters.push({

0 commit comments

Comments
 (0)