Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5aa2013

Browse filesBrowse files
committed
call mvn install
1 parent 0d342c8 commit 5aa2013
Copy full SHA for 5aa2013

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/sonar.yaml

Copy file name to clipboardExpand all lines: .github/workflows/sonar.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6565
run: |
66-
mvn clean install -DskipTests
67-
mvn -B test -Dcheckstyle.skip -DenableTestCoverage org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=googleapis_gapic-generator-java_unit_tests -Dsonar.organization=googleapis -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectName=java_showcase_unit_tests
66+
mvn install -DskipTests
67+
mvn test -Dcheckstyle.skip -DenableTestCoverage org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=googleapis_gapic-generator-java_unit_tests -Dsonar.organization=googleapis -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectName=java_showcase_unit_tests
6868

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.