Skip to content

Commit

Permalink
[temp] speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atchertchian committed Jan 4, 2024
1 parent af62f23 commit 718a50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 718a50c

Please sign in to comment.