Skip to content

Commit b39fb59

Browse files
committed
Less garbage in GW actions output
1 parent 5de0163 commit b39fb59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
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

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
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

0 commit comments

Comments
 (0)