From e6686bf43f12cc10c4c9246c94d1ceaf20437dc1 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Fri, 19 Aug 2022 13:19:25 +0200 Subject: [PATCH] faster maven execution (#3142) hopefully fixes tests --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9f9c7105a7..37727f59f6 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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