Selaa lähdekoodia

try fix travis

Daniel Zlotin 6 vuotta sitten
vanhempi
commit
adcd0d8497
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js Näytä tiedosto

@@ -15,6 +15,7 @@ function run() {
15 15
     });
16 16
 
17 17
     startRecording();
18
+
18 19
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
19 20
   } finally {
20 21
     stopRecording();