Skip to content

Commit f484814

Browse files
chore(DVIZ-24): skip maven tests in the release
1 parent b7ac723 commit f484814

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
-DtagNameFormat=v@{project.version} \
6464
-DpushChanges=true \
6565
-DlocalCheckout=true \
66-
-DpreparationGoals="clean verify -Dcheckstyle.skip" \
67-
-DskipTests
66+
-DpreparationGoals="clean verify -Dcheckstyle.skip -DskipTests" \
67+
-DcompletionGoals="verify -Dcheckstyle.skip -DskipTests" \
68+
-Darguments="-DskipTests -Dcheckstyle.skip"
6869
6970
echo "version=$VERSION" >> $GITHUB_OUTPUT
7071
echo "Released version $VERSION"

0 commit comments

Comments
 (0)