Skip to content

Commit 0162c82

Browse files
committed
skip running tests on package deploy
1 parent 4d2fcbf commit 0162c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
java-version: '17'
1616
distribution: 'adopt'
1717
- name: Publish package
18-
run: mvn --batch-mode deploy
18+
run: mvn --batch-mode deploy -Dmaven.test.skip=true
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}

0 commit comments

Comments
 (0)