Skip to content

Commit

Permalink
Skip unit tests in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso committed Sep 15, 2024
1 parent 5443894 commit 735c9c8
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 @@ -87,6 +87,6 @@ jobs:
fi
- name: Publish package
run: mvn --batch-mode deploy
run: mvn --batch-mode -DskipTests deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 735c9c8

Please sign in to comment.