Skip to content

Commit

Permalink
Fix Browserstack commit message display from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Sep 8, 2021
1 parent 6d6e5be commit 3bd6435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module.exports = function(config) {
accessKey: process.env.BROWSERSTACK_ACCESS_KEY,
build : [
`${process.env.GITHUB_RUN_ID ? 'GitHub' : 'Local'}:${gitInfo.branch} -`,
gitInfo.isClean ? gitInfo.commitMessage : 'Uncommitted Changes',
gitInfo.isClean ? gitInfo.commitMsg : 'Uncommitted changes',
`@ ${new Date().toLocaleString('en-US', { month: 'numeric', day: 'numeric', year: 'numeric', hour: 'numeric', minute: 'numeric', timeZoneName: 'short', hour12: true })}`
].join(' '),
project : pkg.name,
Expand Down

0 comments on commit 3bd6435

Please sign in to comment.