Skip to content

Commit

Permalink
Skip tests for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Jul 21, 2021
1 parent 8335e13 commit 2a5388a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
path: ~/.m2/repository
key: ${{ runner.os }}-m2
- name: Publish pn-dispatcher package
run: cd pn-dispatcher && mvn --batch-mode deploy
run: cd pn-dispatcher && mvn --batch-mode deploy -Dmaven.test.skip=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish pn-sync package
run: cd pn-sync && mvn --batch-mode deploy
run: cd pn-sync && mvn --batch-mode deploy -Dmaven.test.skip=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2a5388a

Please sign in to comment.