mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-27 12:35:12 +01:00
Revert "GitHub Actions: Skip automated tests when running SonarCloud"
This reverts commit 59f4adfc6f
.
We need the tests to generate the test coverage report. Didn't think of that.
This commit is contained in:
parent
e2194e0dec
commit
00789921a3
4
.github/workflows/sonarcloud.yml
vendored
4
.github/workflows/sonarcloud.yml
vendored
@ -36,9 +36,7 @@ jobs:
|
||||
- name: Analyze project
|
||||
if: ${{ env.SONAR_TOKEN != null }}
|
||||
run: >
|
||||
mvn \
|
||||
-B \
|
||||
-DskipTests \
|
||||
mvn -B \
|
||||
verify \
|
||||
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
|
||||
"-Dsonar.projectKey=$SONAR_PROJECT_KEY"
|
||||
|
Loading…
Reference in New Issue
Block a user