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 2a86a9b commit 2f82b36Copy full SHA for 2f82b36
.circleci/config.yml
@@ -325,12 +325,12 @@ jobs:
325
environment:
326
TERM: xterm-256color
327
- gradle-cache
328
+ - run: echo 'org.gradle.workers.max=2' >> ./android/gradle.properties
329
- run:
330
name: Run Fastlane
331
command: bundle exec fastlane android ci-run | tee ./logs/build
332
333
GIT_COMMIT_DESC: $(git log --format=oneline -n 1 $CIRCLE_SHA1)
- GRADLE_OPTS: --max-workers=2 --no-parallel
334
- store_artifacts:
335
path: ./android/app/build/outputs/apk/release/
336
- danger
0 commit comments