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 21712c5 commit 1fd6affCopy full SHA for 1fd6aff
.github/workflows/backend_tests.yml
@@ -48,6 +48,7 @@ jobs:
48
BASE_REF: ${{ github.base_ref }}
49
SKIP_SONAR: "true" # TODO remove when public
50
run: |
51
+ ./mvnw clean install -DskipTests -Pprod
52
./mvnw -B -ntp versions:set -DnewVersion=${{ github.event.pull_request.head.sha }}
53
./mvnw -B -V -ntp verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
54
-Dsonar.skip=${SKIP_SONAR} \
0 commit comments