Skip to content

Commit 165b634

Browse files
committed
skip tests for snapshot deploy
1 parent 14c8a9e commit 165b634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
server-password: MAVEN_CENTRAL_PASSWORD
2626

2727
- name: snapshot_deploy
28-
run: mvn -U -B --fail-at-end deploy
28+
run: mvn -B -U --fail-at-end -DskipTests -DskipITs clean deploy
2929
env:
3030
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3131
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}

0 commit comments

Comments
 (0)