Skip to content

Commit c07b220

Browse files
committed
allow local sauce runs to have the same job id
1 parent 2c64dae commit c07b220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/karma.sauce.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = function (config) {
7373
sauceLabs: {
7474
testName: 'Vue.js unit tests',
7575
recordScreenshots: false,
76-
build: process.env.CIRCLE_BUILD_NUM || Date.now()
76+
build: process.env.CIRCLE_BUILD_NUM || process.env.SAUCE_BUILD_ID || Date.now()
7777
},
7878
// mobile emulators are really slow
7979
captureTimeout: 300000,

0 commit comments

Comments
 (0)