Skip to content

Commit

Permalink
remove "package" from ci.yaml (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemhu authored Feb 7, 2025
1 parent 071404e commit 954983c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
distribution: 'adopt'

- name: Run CI
run: mvn --batch-mode clean verify package
run: mvn --batch-mode clean verify

0 comments on commit 954983c

Please sign in to comment.