Skip to content

Commit 6194186

Browse files
committed
chore: skip tests on publish
Signed-off-by: Todd Baert <[email protected]>
1 parent 5425a34 commit 6194186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Deploy
6666
run: |
6767
mvn --batch-mode \
68-
--settings release/m2-settings.xml clean deploy
68+
--settings release/m2-settings.xml -DskipTests clean deploy
6969
env:
7070
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
7171
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)