Skip to content

Commit a2f9b8a

Browse files
committed
Update maven.yml
1 parent 9eba253 commit a2f9b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
run: mvn compile --file pom.xml
2323
- name: test with Maven
2424
run: mvn test --file pom.xml
25-
- name: install with maven
26-
run: mvn install -DskipTests
25+
- name: package with maven
26+
run: mvn package -DskipTests

0 commit comments

Comments
 (0)