Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BE: RBAC: Add integration test for Active Directory auth #726

Merged
merged 11 commits into from
Feb 11, 2025
Prev Previous commit
Next Next commit
BE: RBAC: Add integration test for Active Directory auth
wip
wernerdv committed Jan 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 1fd6aff0350e990b37744d034284f946c8e273ec
1 change: 1 addition & 0 deletions .github/workflows/backend_tests.yml
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ jobs:
BASE_REF: ${{ github.base_ref }}
SKIP_SONAR: "true" # TODO remove when public
run: |
./mvnw clean install -DskipTests -Pprod
wernerdv marked this conversation as resolved.
Show resolved Hide resolved
./mvnw -B -ntp versions:set -DnewVersion=${{ github.event.pull_request.head.sha }}
./mvnw -B -V -ntp verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-Dsonar.skip=${SKIP_SONAR} \