Skip to content

Commit bcaa8cc

Browse files
committed
fix: try android
1 parent 838163f commit bcaa8cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
additional-avd-args: -d "Nexus 5"
4242
post-emulator-launch-assemble-command: cd example && cordova build android
4343
test-command: ./gradlew app:connectedAndroidTest
44-
- android/run-tests:
45-
working-directory: example/platforms/android
46-
test-command: ./gradlew test
44+
# - android/run-tests:
45+
# working-directory: example/platforms/android
46+
# test-command: ./gradlew test
4747

4848
test_ios:
4949
working_directory: ~/project

0 commit comments

Comments
 (0)