Skip to content

Commit b38a35c

Browse files
authored
fix
1 parent 8b0d8bf commit b38a35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
mvn versions:set -DnewVersion=${{ needs.bump.outputs.major_version }}.${{ needs.bump.outputs.minor_version }}.${{ needs.bump.outputs.build_version }} -DgenerateBackupPoms=false
8585
- name: Build and verify with Maven 🔨
86-
run: mvn --batch-mode --update-snapshots verify
86+
run: mvn --batch-mode --update-snapshots verify -Dmaven.test.skip=true
8787
- name: Publish to Maven Central
8888
run: mvn deploy
8989
env:

0 commit comments

Comments
 (0)