@@ -13,7 +13,6 @@ function run() {
exec.execAsync(`sleep 30`).then(() => {
exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
});
-
exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
} finally {
stopRecording();