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 184d9e5Copy full SHA for 184d9e5
1 file changed
.github/workflows/test.yml
@@ -121,8 +121,12 @@ jobs:
121
avd-name: TestingAVD
122
disable-animations: true
123
script: |
124
+ adb root
125
+ adb wait-for-device
126
adb shell setprop persist.sys.timezone "Europe/Prague"
127
+ adb shell settings put global auto_time_zone 0
128
adb shell am broadcast -a android.intent.action.TIMEZONE_CHANGED
129
+ adb shell getprop persist.sys.timezone
130
yarn detox:android:test:release
131
- uses: actions/upload-artifact@v7
132
if: failure()
0 commit comments