Skip to content

Commit 95ee2d7

Browse files
Enable Android UI Tests
1 parent c8e9882 commit 95ee2d7

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
@@ -51,12 +51,12 @@ jobs:
5151
- run:
5252
name: Download Android Dependencies
5353
command: ./gradlew androidDependencies
54-
# - run:
55-
# name: Run UI Tests
56-
# command: ./gradlew app:connectedAndroidTest
5754
- run:
5855
name: Run Unit Tests
5956
command: ./gradlew test
57+
- run:
58+
name: Run UI Tests
59+
command: ./gradlew app:connectedAndroidTest
6060

6161
flutter_tests:
6262
docker:

0 commit comments

Comments
 (0)