Skip to content

Commit 0595b5e

Browse files
authored
chore: skip tests on deploy (#478)
Signed-off-by: Todd Baert <[email protected]>
1 parent 662361e commit 0595b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
env:
4949
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
5050

51-
# Release Please has already incremented versions and published tags, so we just need to publish.
52-
- name: Maven Verify Deploy
51+
# Release Please has already incremented versions and published tags, so we just need to publish (skip tests).
52+
- name: Maven Verify Deploy -DskipTests
5353
if: ${{ steps.release.outputs.releases_created }}
5454
# The nexus-staging-maven-plugin doesn't follow maven conventions. It stages all the projects with the last submodule: https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment
5555
# This means there's no way to skip publishing of a particular module in a multi-module build, so we iterate over each module and publish them individually,

0 commit comments

Comments
 (0)