From 718a50cf8f549deef8162a7787b5041cefb82cfa Mon Sep 17 00:00:00 2001 From: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:04:55 +0100 Subject: [PATCH] [temp] speed up tests --- .github/actions/maven-build-and-tag/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/maven-build-and-tag/action.yml b/.github/actions/maven-build-and-tag/action.yml index 045337ef2..d13b09953 100644 --- a/.github/actions/maven-build-and-tag/action.yml +++ b/.github/actions/maven-build-and-tag/action.yml @@ -185,7 +185,7 @@ runs: - name: Build and Test with Maven (and maybe Deploy) shell: bash - run: mvn ${{ steps.define_maven_command.outputs.command }} ${{ env.MAVEN_CLI_OPTS}} ${{ inputs.extra-maven-opts }} + run: exit 1 env: MAVEN_CLI_OPTS: ${{ steps.compute-maven-options.outputs.result }} -Dlogging.root.level=off -Dspring.main.banner-mode=off -Ddocker.skip MAVEN_USERNAME: ${{ inputs.maven-username }}