Skip to content

Commit 674a0ee

Browse files
authored
Update maven.yml
1 parent 2ab9b4c commit 674a0ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
cache: maven
2525
- name: test with Maven
2626
run: mvn test --file pom.xml
27+
- name: install with maven
28+
run: mvn install -DskipTests

0 commit comments

Comments
 (0)