We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7a662 commit 4d49becCopy full SHA for 4d49bec
1 file changed
.github/workflows/test.yml
@@ -119,10 +119,15 @@ jobs:
119
with:
120
api-level: 29
121
avd-name: TestingAVD
122
+ profile: pixel_6_pro
123
disable-animations: true
124
script: |
125
+ adb root
126
+ adb wait-for-device
127
adb shell setprop persist.sys.timezone "Europe/Prague"
128
+ adb shell settings put global auto_time_zone 0
129
adb shell am broadcast -a android.intent.action.TIMEZONE_CHANGED
130
+ adb shell getprop persist.sys.timezone
131
yarn detox:android:test:release
132
- uses: actions/upload-artifact@v7
133
if: failure()
0 commit comments