Skip to content

Commit 8573fd2

Browse files
committed
Run mvn package instead of verify
1 parent 05ec910 commit 8573fd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ jobs:
2525
${{ runner.os }}-maven-
2626
${{ runner.os }}-
2727
- name: Run maven build
28-
run: mvn verify
29-
28+
run: mvn package

0 commit comments

Comments
 (0)