Skip to content

Commit 0f0ac65

Browse files
authored
Update maven.yml
1 parent 33544b2 commit 0f0ac65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2828
restore-keys: ${{ runner.os }}-m2
2929
- name: Build with Maven
30-
run: mvn clean package
30+
run: mvn clean test

0 commit comments

Comments
 (0)