faster maven execution (#3142)

hopefully fixes tests
This commit is contained in:
Erik Jan de Wit 2022-08-19 13:19:25 +02:00 committed by GitHub
parent 2ef120f698
commit e6686bf43f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ jobs:
- name: Build Keycloak Server
working-directory: ${{ env.KEYCLOAK_SERVER_PATH }}
run: mvn clean install --no-snapshot-updates --batch-mode --errors -DskipTests -DskipCommon -DskipAccount2 -Pdistribution,admin-preview
run: mvn clean install --no-snapshot-updates --batch-mode --errors -Dmaven.test.skip=true -DskipCommon -DskipAccount2 -Pdistribution
- name: Extract Keycloak server
id: extract-server