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 874c105 commit db7c2a3Copy full SHA for db7c2a3
.github/workflows/backend_tests.yml
@@ -48,7 +48,6 @@ 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} \
@@ -64,7 +63,6 @@ jobs:
64
63
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
65
66
67
68
./mvnw -B -ntp versions:set -DnewVersion=$GITHUB_SHA
69
70
0 commit comments