Skip to content

Commit 2234eda

Browse files
authored
Update sonarcloud.yml
We update the workflow file to increase memory heap size, as former runs did stop working because of the memory.
1 parent 2f04d83 commit 2234eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sonarcloud.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33+
SONAR_SCANNER_OPTS: "-Dsonar.javascript.node.maxspace=6144"

0 commit comments

Comments
 (0)