Skip to content

Commit ca9d101

Browse files
committed
Another parameter for sonar
1 parent a3bb5f7 commit ca9d101

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/setup-java@v1
2525
with:
2626
java-version: ${{ matrix.java }}
27-
- name: Build and test, no integration tests
27+
- name: Build, test (no integration) and Sonarqube analyse
2828
env:
2929
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3030
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
3131
# 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
32+
run: mvn verify -pl '!biojava-integrationtest' org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=biojava_biojava -Dsonar.organization=biojava

0 commit comments

Comments
 (0)