Skip to content

Commit

Permalink
take 2 with 128
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Feb 21, 2025
1 parent 336d726 commit 9ab6879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
push:
branches: [ gha ]
env:
# JAVA_TOOL_OPTIONS: -Xmx4096m
JAVA_TOOL_OPTIONS: -Xmx4096m
GRADLE_OPTS: -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.configuration-cache=true

jobs:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
GRADLE_ARGS=$(echo $CLASSNAMES | awk '{for (i=1; i<=NF; i++) print "--tests",$i}')
echo "Prepared arguments for Gradle: $GRADLE_ARGS"
# 15m = export GRADLE_OPTS="$GRADLE_OPTS -Dorg.gradle.workers.max=8" --no-daemon --parallel
# 15m = export GRADLE_OPTS="$GRADLE_OPTS -Dorg.gradle.workers.max=3" --no-daemon --parallel
export GRADLE_OPTS="$GRADLE_OPTS --configuration-cache"
./gradlew test $GRADLE_ARGS
Expand Down

0 comments on commit 9ab6879

Please sign in to comment.