We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bb5f7 commit ca9d101Copy full SHA for ca9d101
1 file changed
.github/workflows/master.yml
@@ -24,9 +24,9 @@ jobs:
24
uses: actions/setup-java@v1
25
with:
26
java-version: ${{ matrix.java }}
27
- - name: Build and test, no integration tests
+ - name: Build, test (no integration) and Sonarqube analyse
28
env:
29
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
30
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
31
# The following builds the project, runs the tests with coverage (no integration tests) and then executes the SonarCloud analysis
32
- run: mvn verify -pl '!biojava-integrationtest' org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=biojava_biojava
+ run: mvn verify -pl '!biojava-integrationtest' org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=biojava_biojava -Dsonar.organization=biojava
0 commit comments