Skip to content

Commit

Permalink
Less garbage in GW actions output
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Apr 3, 2023
1 parent 5de0163 commit b39fb59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Expand Up @@ -33,4 +33,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
# The following builds the project, runs the tests with coverage (no integration tests) and then executes the SonarCloud analysis
run: mvn verify -pl '!biojava-integrationtest' org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=biojava_biojava -Dsonar.organization=biojava
run: mvn verify -pl '!biojava-integrationtest' org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=biojava_biojava -Dsonar.organization=biojava --no-transfer-progress
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -31,4 +31,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build, test and integration test
run: mvn verify
run: mvn verify --no-transfer-progress

0 comments on commit b39fb59

Please sign in to comment.