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 e7d08ec commit 6a66723Copy full SHA for 6a66723
.circleci/config.yml
@@ -66,12 +66,12 @@ jobs:
66
adb shell settings put global transition_animation_scale 0.0
67
adb shell settings put global animator_duration_scale 0.0
68
adb shell settings put secure long_press_timeout 1500
69
- - run:
70
- name: Run UI Tests
71
- command: cd ../sampleApp/platforms/android; ./gradlew app:connectedAndroidTest
72
- run:
73
name: Run unit Tests
74
command: cd ../sampleApp/platforms/android; ./gradlew test
+ # - run:
+ # name: Run UI Tests
+ # command: cd ../sampleApp/platforms/android; ./gradlew app:connectedAndroidTest
75
76
ios_tests:
77
macos:
0 commit comments