File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -181,19 +181,6 @@ jobs:
181181 -no-snapshot-save
182182 disable-animations : true
183183 script : |
184- echo "Waiting for Android framework services..."
185-
186- adb wait-for-device
187-
188- echo "Waiting for package service..."
189- adb shell 'until service list | grep -q package; do sleep 2; done'
190-
191- echo "Waiting for settings service..."
192- adb shell 'until service list | grep -q settings; do sleep 2; done'
193-
194- echo "Disabling animations (best effort)..."
195- adb shell settings put global window_animation_scale 0 || true
196- adb shell settings put global transition_animation_scale 0 || true
197- adb shell settings put global animator_duration_scale 0 || true
198-
184+ export CI=true
185+ export DETOX_CONFIGURATION=android.att.debug
199186 yarn e2e test:android
You can’t perform that action at this time.
0 commit comments