Enable 'admin-preview' profile when building Keycloak (#1789)
This commit is contained in:
parent
955d022044
commit
2640477c3c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue