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 2ab9b4c commit 674a0eeCopy full SHA for 674a0ee
.github/workflows/maven.yml
@@ -24,3 +24,5 @@ jobs:
24
cache: maven
25
- name: test with Maven
26
run: mvn test --file pom.xml
27
+ - name: install with maven
28
+ run: mvn install -DskipTests
0 commit comments