Skip to content

Commit 4fd3bd8

Browse files
authored
rm useless cleanup
1 parent 538f183 commit 4fd3bd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/examples-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335

336336
- name: test app
337337
working-directory: examples/with-typescript-react-native
338-
run: npx detox test --configuration ios.sim.${{ matrix.version }} --cleanup --headless --record-videos all --take-screenshots all
338+
run: npx detox test --configuration ios.sim.${{ matrix.version }} --headless --record-videos all --take-screenshots all
339339

340340
- name: upload artifacts
341341
if: always()
@@ -401,7 +401,7 @@ jobs:
401401
avd-name: Medium_Phone_API_35
402402
emulator-boot-timeout: 20000
403403
working-directory: examples/with-typescript-react-native
404-
script: npx detox test --configuration android.emu.release --cleanup --headless --record-videos all --take-screenshots all
404+
script: npx detox test --configuration android.emu.release --headless --record-videos all --take-screenshots all
405405

406406
- name: upload artifacts
407407
if: always()
@@ -458,7 +458,7 @@ jobs:
458458

459459
- name: test app
460460
working-directory: examples/with-javascript-expo
461-
run: npx detox test --configuration ios.sim.${{ matrix.version }} --cleanup --headless --record-videos all --take-screenshots all
461+
run: npx detox test --configuration ios.sim.${{ matrix.version }} --headless --record-videos all --take-screenshots all
462462

463463
- name: upload artifacts
464464
if: always()
@@ -528,7 +528,7 @@ jobs:
528528
avd-name: Medium_Phone_API_35
529529
emulator-boot-timeout: 20000
530530
working-directory: examples/with-javascript-expo
531-
script: npx detox test --configuration android.emu.release --cleanup --headless --record-videos all --take-screenshots all
531+
script: npx detox test --configuration android.emu.release --headless --record-videos all --take-screenshots all
532532

533533
- name: upload artifacts
534534
if: always()

0 commit comments

Comments
 (0)