Skip to content

Commit

Permalink
fix setup-gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Apr 15, 2024
1 parent c300a58 commit 3bc8779
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:

- run: |
gradle
assemble
build
allTests
--info
--warning-mode all
--build-cache
-Porg.gradle.daemon=false
assemble \
build \
allTests \
--info \
--warning-mode all \
--build-cache \
-Porg.gradle.daemon=false \
-Porg.gradle.jvmargs="-Xmx4g -Xms2g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
- name: Upload test reports
Expand Down

0 comments on commit 3bc8779

Please sign in to comment.