Changed the memory limit
This commit is contained in:
parent
d60cf98f27
commit
9ec09c1984
1 changed files with 6 additions and 2 deletions
|
|
@ -5,11 +5,15 @@ clone:
|
||||||
|
|
||||||
definitions:
|
definitions:
|
||||||
caches:
|
caches:
|
||||||
sonar: ~/.sonar/cache # Caching SonarQube Cloud artifacts will speed up your build
|
sonar: ~/.sonar # Caching SonarQube Cloud artifacts will speed up your build
|
||||||
|
|
||||||
|
services:
|
||||||
|
docker:
|
||||||
|
memory: 4096
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- step: &test-sonarcloud
|
- step: &test-sonarcloud
|
||||||
name: Test and analyze on SonarQube Cloud
|
name: Test and analyze on SonarQube Cloud
|
||||||
size: 2x
|
|
||||||
caches:
|
caches:
|
||||||
- node
|
- node
|
||||||
- sonar
|
- sonar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue