Skip to content

Commit

Permalink
Merge pull request #3785 from HoneySkull/nightly_gradle_heap_thrash
Browse files Browse the repository at this point in the history
[Nightly] Attempt to temporarily fix nightly gradle heap JVM out of mem thrashing.
  • Loading branch information
HammerGS authored Nov 15, 2023
2 parents ce24d1a + 08e6f48 commit 412b7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: clean build -x test --continue --stacktrace --scan
arguments: clean build -x test --continue --stacktrace --max-workers=1 --scan
build-root-directory: mekhq

- name: Upload Test Logs on Failure
Expand Down

0 comments on commit 412b7f2

Please sign in to comment.