Skip to content

Commit

Permalink
Use maven.test.skip to skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veithen committed Sep 15, 2024
1 parent 8cd8f87 commit 47f84ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
server-username: OSSRH_USERNAME
server-password: OSSRH_PASSWORD
- name: Deploy
run: mvn -B -e -Prelease -Dgpg.skip=true -DskipTests=true deploy
run: mvn -B -e -Prelease -Dgpg.skip=true -Dmaven.test.skip=true deploy
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 47f84ad

Please sign in to comment.