Skip to content

Commit

Permalink
try to fix exit-code 137 for circleci test
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Oct 29, 2022
1 parent 2b8affc commit 9ddc9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

environment:
# Customize the JVM maximum heap limit
JVM_OPTS: -Xmx3200m
JVM_OPTS: -Xmx4096m
TERM: dumb

steps:
Expand All @@ -38,7 +38,7 @@ jobs:
- ~/.gradle
key: v1-dependencies-{{ checksum "build.gradle" }}

- run: ./gradlew clean assemble --info --stacktrace
- run: ./gradlew clean assemble --info --stacktrace --no-daemon

# run tests!
- run: ./gradlew test jacocoTestReport coveralls --no-daemon
Expand Down

0 comments on commit 9ddc9f6

Please sign in to comment.