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 bc658dd commit fb7a662Copy full SHA for fb7a662
1 file changed
.github/workflows/test.yml
@@ -120,7 +120,10 @@ jobs:
120
api-level: 29
121
avd-name: TestingAVD
122
disable-animations: true
123
- script: yarn detox:android:test:release
+ script: |
124
+ adb shell setprop persist.sys.timezone "Europe/Prague"
125
+ adb shell am broadcast -a android.intent.action.TIMEZONE_CHANGED
126
+ yarn detox:android:test:release
127
- uses: actions/upload-artifact@v7
128
if: failure()
129
with:
0 commit comments