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 ee6b610 commit 25042fc
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 @@ -72,7 +72,7 @@ jobs:
server-password: OSSRH_PASSWORD
- name: Deploy
# Can't activate the release profile here because github-release-plugin can't be easily skipped
run: mvn -B -e -DskipTests=true deploy
run: mvn -B -e -Dmaven.test.skip=true deploy
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 25042fc

Please sign in to comment.