Skip to content

Commit

Permalink
Added the code to skip tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
taojing2002 committed Jan 16, 2025
1 parent b1794f9 commit d1a453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
java-version: '8'
distribution: 'temurin'
- name: Publish package
run: mvn --batch-mode deploy
run: mvn --batch-mode -Dmaven.test.skip=true deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d1a453e

Please sign in to comment.