You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YARN_CACHE_FOLDER: tempYarnCache,// Use a separate yarn cache for each build commmand because multiple yarn commands running at the same time may corrupt the cache
@@ -11,7 +8,7 @@ export async function runAllTestApps(
11
8
recipePaths: string[],
12
9
envVarsToInject: Record<string,string|undefined>,
13
10
): Promise<void>{
14
-
constmaxParallel=process.env.CI ? 1 : 1;// For now we are disabling parallel execution because it was causing problems (runners were too slow and timeouts happened)
0 commit comments