Skip to content

Commit 40a5f0f

Browse files
committed
BE: RBAC: Add integration test for Active Directory auth
wip
1 parent 1fd6aff commit 40a5f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backend_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
6565
SKIP_SONAR: "true" # TODO remove when public
6666
run: |
67+
./mvnw clean install -DskipTests -Pprod
6768
./mvnw -B -ntp versions:set -DnewVersion=$GITHUB_SHA
6869
./mvnw -B -V -ntp verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
6970
-Dsonar.skip=${SKIP_SONAR} \

0 commit comments

Comments
 (0)