Skip to content

Commit db7c2a3

Browse files
committed
Revert "BE: RBAC: Add integration test for Active Directory auth"
This reverts commit 40a5f0f. This reverts commit 1fd6aff.
1 parent 874c105 commit db7c2a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/backend_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
BASE_REF: ${{ github.base_ref }}
4949
SKIP_SONAR: "true" # TODO remove when public
5050
run: |
51-
./mvnw clean install -DskipTests -Pprod
5251
./mvnw -B -ntp versions:set -DnewVersion=${{ github.event.pull_request.head.sha }}
5352
./mvnw -B -V -ntp verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
5453
-Dsonar.skip=${SKIP_SONAR} \
@@ -64,7 +63,6 @@ jobs:
6463
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
6564
SKIP_SONAR: "true" # TODO remove when public
6665
run: |
67-
./mvnw clean install -DskipTests -Pprod
6866
./mvnw -B -ntp versions:set -DnewVersion=$GITHUB_SHA
6967
./mvnw -B -V -ntp verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
7068
-Dsonar.skip=${SKIP_SONAR} \

0 commit comments

Comments
 (0)