Skip to content

Commit 8ef74f3

Browse files
none: trying to increase resources to run android test
1 parent 4601908 commit 8ef74f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
JAVA_OPTS: '-Xms512m -Xmx1024m'
116116
executor:
117117
name: android/android-machine
118+
resource_class: large
118119
working_directory: ~/project
119120
steps:
120121
- checkout:
@@ -161,8 +162,6 @@ jobs:
161162
- checkout
162163
- attach_workspace:
163164
at: ~/project
164-
165-
# Install Ruby and CocoaPods
166165
- run:
167166
name: Install Ruby
168167
command: |

0 commit comments

Comments
 (0)