We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82892ba commit 6337eadCopy full SHA for 6337ead
bin/helpers/capabilityHelper.js
@@ -70,7 +70,7 @@ const caps = (bsConfig, zip) => {
70
obj.parallels = bsConfig.run_settings.parallels;
71
72
if (!Utils.isUndefined(bsConfig.run_settings.specs)){
73
- obj.specs = bsConfig.run_settings.specs.join(",");
+ obj.specs = bsConfig.run_settings.specs;
74
}
75
76
if (!Utils.isUndefined(bsConfig.run_settings.env)){
0 commit comments