Skip to content

Commit 8cfd753

Browse files
authored
added test runner
1 parent c63edfe commit 8cfd753

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
@@ -15,3 +15,5 @@ jobs:
1515
java-version: 1.8
1616
- name: Build with Maven
1717
run: mvn -B package --file pom.xml
18+
- name: Test with Maven
19+
run: mvn test

0 commit comments

Comments
 (0)