Revert back to 'skipTests' to fix Maven build (#3158)
This commit is contained in:
parent
def999375d
commit
0c3f270e42
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
@ -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 -Dmaven.test.skip=true -DskipCommon -DskipAccount2 -Pdistribution
|
||||
run: mvn clean install --no-snapshot-updates --batch-mode --errors -DskipTests -DskipCommon -DskipAccount2 -Pdistribution
|
||||
|
||||
- name: Extract Keycloak server
|
||||
id: extract-server
|
||||
|
|
Loading…
Reference in a new issue