Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a559cf6

Browse files
authoredOct 25, 2024··
Update build.yml
1 parent dc9db67 commit a559cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Maven version
3434
run: mvn --version
3535
- name: Build with Maven
36-
run: mvn clean install && mvn clean package -DskipTests artifact:compare
36+
run: mvn clean install -DskipTests && mvn clean verify artifact:compare

0 commit comments

Comments
 (0)
Please sign in to comment.