We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9db67 commit a559cf6Copy full SHA for a559cf6
.github/workflows/build.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: Maven version
34
run: mvn --version
35
- name: Build with Maven
36
- run: mvn clean install && mvn clean package -DskipTests artifact:compare
+ run: mvn clean install -DskipTests && mvn clean verify artifact:compare
0 commit comments