We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c863198 commit d54f080Copy full SHA for d54f080
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
- /usr/local/android-sdk-linux/extras
21
- run:
22
name: Run checks
23
- command: ./gradlew clean test lint --continue --console=plain --max-workers=4
+ command: ./gradlew clean test lint --continue --console=plain --max-workers=3
24
- store_artifacts:
25
path: lib/build/reports
26
destination: reports
0 commit comments