@percy/env
Advanced tools
Comparing version 1.30.5-beta.0 to 1.30.5-beta.1
@@ -204,6 +204,9 @@ import { getCommitData, getJenkinsSha, github } from './utils.js'; | ||
let total = parseInt(this.vars.PERCY_PARALLEL_TOTAL, 10); | ||
if (this.ci === 'circle') { | ||
total = parseInt(this.vars.CIRCLE_NODE_TOTAL, 10); | ||
if (!Number.isInteger(total)) total = null; | ||
if (total === null) { | ||
switch (this.ci) { | ||
case 'circle': | ||
total = parseInt(this.vars.CIRCLE_NODE_TOTAL, 10); | ||
} | ||
} | ||
if (!Number.isInteger(total)) total = null; | ||
@@ -210,0 +213,0 @@ // no nonce if no total |
{ | ||
"name": "@percy/env", | ||
"version": "1.30.5-beta.0", | ||
"version": "1.30.5-beta.1", | ||
"license": "MIT", | ||
@@ -35,5 +35,5 @@ "repository": { | ||
"dependencies": { | ||
"@percy/logger": "1.30.5-beta.0" | ||
"@percy/logger": "1.30.5-beta.1" | ||
}, | ||
"gitHead": "46870b6b3259c3770ca2c5563ca9ad8f1d725681" | ||
"gitHead": "4951bc46ffffcd2fd5947f6aa88fd7eb68a34ef3" | ||
} |
20576
438
+ Added@percy/logger@1.30.5-beta.1(transitive)
- Removed@percy/logger@1.30.5-beta.0(transitive)
Updated@percy/logger@1.30.5-beta.1