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 c8e9882 commit 95ee2d7Copy full SHA for 95ee2d7
.circleci/config.yml
@@ -51,12 +51,12 @@ jobs:
51
- run:
52
name: Download Android Dependencies
53
command: ./gradlew androidDependencies
54
- # - run:
55
- # name: Run UI Tests
56
- # command: ./gradlew app:connectedAndroidTest
57
58
name: Run Unit Tests
59
command: ./gradlew test
+ - run:
+ name: Run UI Tests
+ command: ./gradlew app:connectedAndroidTest
60
61
flutter_tests:
62
docker:
0 commit comments