Skip to content

Commit a559cf6

Browse files
authored
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)