Skip to content

Commit 1fd6aff

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

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
@@ -48,6 +48,7 @@ jobs:
4848
BASE_REF: ${{ github.base_ref }}
4949
SKIP_SONAR: "true" # TODO remove when public
5050
run: |
51+
./mvnw clean install -DskipTests -Pprod
5152
./mvnw -B -ntp versions:set -DnewVersion=${{ github.event.pull_request.head.sha }}
5253
./mvnw -B -V -ntp verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
5354
-Dsonar.skip=${SKIP_SONAR} \

0 commit comments

Comments
 (0)