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 750264c commit cea4fa3Copy full SHA for cea4fa3
1 file changed
.github/workflows/android.yml
@@ -43,7 +43,9 @@ jobs:
43
path: app/build/outputs/apk/debug/OSMTracker-debug-*.apk
44
45
- name: Run unit tests and jacoco coverage
46
- run: ./gradlew testDebugUnitTest jacocoTestReport --stacktrace
+ run: ./gradlew testDebugUnitTest jacocoTestReport --stacktrace -Dorg.gradle.jvmargs="-Xmx4g -XX:MaxMetaspaceSize=1g"
47
+ env:
48
+ GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g"
49
50
- name: Enable KVM
51
run: |
0 commit comments