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 838163f commit bcaa8ccCopy full SHA for bcaa8cc
.circleci/config.yml
@@ -41,9 +41,9 @@ jobs:
41
additional-avd-args: -d "Nexus 5"
42
post-emulator-launch-assemble-command: cd example && cordova build android
43
test-command: ./gradlew app:connectedAndroidTest
44
- - android/run-tests:
45
- working-directory: example/platforms/android
46
- test-command: ./gradlew test
+ # - android/run-tests:
+ # working-directory: example/platforms/android
+ # test-command: ./gradlew test
47
48
test_ios:
49
working_directory: ~/project
0 commit comments