Skip to content

Commit d53ebac

Browse files
authored
Removed package goal from mvn command as verify already runs the goal. (#39)
1 parent ec6cded commit d53ebac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
distribution: 'adopt'
2424

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

0 commit comments

Comments
 (0)