Skip to content

Commit

Permalink
🚧 adjusting sonar ci build memory
Browse files Browse the repository at this point in the history
  • Loading branch information
adarro committed Aug 25, 2024
1 parent 34a47e9 commit aff5202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build aggregateScoverage sonar --info
run: ./gradlew build aggregateScoverage sonar --info org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m

0 comments on commit aff5202

Please sign in to comment.