Skip to content

Commit cfe628e

Browse files
committed
debugging issues with android emulator
1 parent 3963f14 commit cfe628e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
appium &>/dev/null &
7272
sleep 5
7373
adb install -g ./app/truvera-wallet.apk
74-
adb shell pm grant com.dockapp android.permission.WRITE_EXTERNAL_STORAGE
74+
adb shell pm grant com.truvera.app android.permission.WRITE_EXTERNAL_STORAGE
7575
adb shell am start -n 'com.truvera.app/com.dockapp.MainActivity'
7676
npm run test
7777

0 commit comments

Comments
 (0)