diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 014da60..aa3c9f8 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -5,11 +5,15 @@ clone: definitions: 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: - step: &test-sonarcloud name: Test and analyze on SonarQube Cloud - size: 2x caches: - node - sonar