Skip to content

Commit df93813

Browse files
author
Sunita Prajapati
committed
Update: removed unused script from Detox - Test
1 parent 56e1b33 commit df93813

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)