File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3434 SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
3535 # The following builds the project, runs the tests with coverage (no integration tests) and then executes the SonarCloud analysis
36- run : mvn verify -pl '!biojava-integrationtest' org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=biojava_biojava -Dsonar.organization=biojava
36+ run : mvn verify -pl '!biojava-integrationtest' org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=biojava_biojava -Dsonar.organization=biojava --no-transfer-progress
Original file line number Diff line number Diff line change 3131 with :
3232 java-version : ${{ matrix.java }}
3333 - name : Build, test and integration test
34- run : mvn verify
34+ run : mvn verify --no-transfer-progress
You can’t perform that action at this time.
0 commit comments