Enable 'admin-preview' profile when building Keycloak (#1789)

This commit is contained in:
Jon Koops 2021-12-23 13:37:50 +01:00 committed by GitHub
parent 955d022044
commit 2640477c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ jobs:
- name: Build Keycloak Server
working-directory: ${{ env.KEYCLOAK_SERVER_PATH }}
run: mvn clean install --no-snapshot-updates --batch-mode --errors -DskipTests -Pdistribution
run: mvn clean install --no-snapshot-updates --batch-mode --errors -DskipTests -Pdistribution,admin-preview
- name: Configure distribution path
working-directory: ${{ env.KEYCLOAK_SERVER_PATH }}