File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
35
35
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
36
- run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
36
+ run : mvn -B test org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
Original file line number Diff line number Diff line change 67
67
<gitlab .autoremove-container>true</gitlab .autoremove-container>
68
68
<gitlab .skip-docker-start>true</gitlab .skip-docker-start>
69
69
<gitlab .port>8090</gitlab .port>
70
+
71
+ <sonar .projectKey>gitlab4j_gitlab4j-api</sonar .projectKey>
72
+ <sonar .organization>gitlab4j</sonar .organization>
73
+ <sonar .host.url>https://sonarcloud.io</sonar .host.url>
70
74
</properties >
71
75
72
76
<scm >
You can’t perform that action at this time.
0 commit comments