Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jun 29, 2023
1 parent ece4733 commit db67f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Publish package
run: mvn --batch-mode deploy
run: mvn --batch-mode deploy -pl '!irs-integration-tests,!irs-report-aggregate,!irs-load-tests,!docs,!irs-cucumber-tests,!irs-testing'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit db67f47

Please sign in to comment.