File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change 63
63
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
64
64
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
65
65
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
68
68
You can’t perform that action at this time.
0 commit comments