Skip to content

Commit 4bae81f

Browse files
committed
Refine Detox test script in E2E workflow by removing unnecessary options
1 parent 4e0fc5a commit 4bae81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
force-avd-creation: false
8383
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics
8484
disable-animations: true
85-
script: yarn detox test --configuration android.emu.release --headless --record-logs all --record-videos failing --take-screenshots failing --capture-view-hierarchy enabled --maxWorkers=2 --debug-synchronization 500 -l trace --cleanup --reuse
85+
script: yarn detox test --configuration android.emu.release --headless --record-logs all --record-videos failing --take-screenshots failing --capture-view-hierarchy enabled --maxWorkers=2 --debug-synchronization 500 -l trace --cleanup
8686

8787
- name: Upload artifacts
8888
if: failure()

0 commit comments

Comments
 (0)