Skip to content

Commit 55b7d6f

Browse files
committed
chore(ci): run adb as root in Android emulator during Detox tests
1 parent fb7a662 commit 55b7d6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
avd-name: TestingAVD
122122
disable-animations: true
123123
script: |
124+
adb root
124125
adb shell setprop persist.sys.timezone "Europe/Prague"
125126
adb shell am broadcast -a android.intent.action.TIMEZONE_CHANGED
126127
yarn detox:android:test:release

0 commit comments

Comments
 (0)