Skip to content

Commit

Permalink
Skip tests since deploy depends on build (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornandre authored Jan 11, 2024
1 parent eef6d9f commit 5cd7f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
cache: maven

- name: Publish to GitHub Packages
run: mvn --batch-mode deploy -P github
run: mvn --batch-mode deploy -P github -DskipTests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5cd7f2c

Please sign in to comment.