File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "UTBot Java: build and run tests"
22
33on :
44 workflow_dispatch
5+
6+ env :
7+ GRADLE_OPTS : -Dorg.gradle.jvmargs=-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
58
69jobs :
710 build-and-run-tests :
2023 - name : Build and run tests in UTBot Java
2124 run : |
2225 export KOTLIN_HOME="/usr"
23- gradle clean build -Dorg.gradle.jvmargs=-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
26+ gradle clean build
2427
2528 - name : Upload utbot-framework logs
2629 if : ${{ always() }}
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ env :
10+ GRADLE_OPTS : -Dorg.gradle.jvmargs=-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
11+
912jobs :
1013 build_and_run_tests :
1114 runs-on : ubuntu-20.04
2326 - name : Build and run tests in UTBot Java
2427 run : |
2528 export KOTLIN_HOME="/usr"
26- gradle clean build -Dorg.gradle.jvmargs=-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
29+ gradle clean build
2730
2831 - name : Upload utbot-framework logs
2932 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments