|
|
|
|
16
|
const configuration = `${prefix}.${suffix}`;
|
16
|
const configuration = `${prefix}.${suffix}`;
|
17
|
const cleanup = process.env.CI ? `--cleanup` : ``;
|
17
|
const cleanup = process.env.CI ? `--cleanup` : ``;
|
18
|
const headless$ = android ? headless ? `--headless` : `` : ``;
|
18
|
const headless$ = android ? headless ? `--headless` : `` : ``;
|
19
|
- const workers = multi ? 2 : 1;
|
|
|
|
|
19
|
+ const workers = multi ? 3 : 1;
|
20
|
|
20
|
|
21
|
if (!skipBuild) {
|
21
|
if (!skipBuild) {
|
22
|
exec.execSync(`detox build --configuration ${configuration}`);
|
22
|
exec.execSync(`detox build --configuration ${configuration}`);
|