Skip to content

Commit 881d64d

Browse files
committed
also run tests in github action
1 parent 77ab43b commit 881d64d

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
@@ -26,3 +26,5 @@ jobs:
2626
java-version: ${{ matrix.java }}
2727
- name: Build with Maven
2828
run: mvn -B package --file pom.xml
29+
- name: Test with Maven
30+
run: mvn test

0 commit comments

Comments
 (0)