We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd6aff commit 40a5f0fCopy full SHA for 40a5f0f
.github/workflows/backend_tests.yml
@@ -64,6 +64,7 @@ jobs:
64
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
65
SKIP_SONAR: "true" # TODO remove when public
66
run: |
67
+ ./mvnw clean install -DskipTests -Pprod
68
./mvnw -B -ntp versions:set -DnewVersion=$GITHUB_SHA
69
./mvnw -B -V -ntp verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
70
-Dsonar.skip=${SKIP_SONAR} \
0 commit comments