Skip to content

Commit 606d57b

Browse files
committed
Added ci test run
1 parent 89dfaef commit 606d57b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ jobs:
2929
with:
3030
java-version: 1.8
3131

32-
- name: Build with Maven
32+
- name: Build
3333
run: mvn -B package --file pom.xml
3434

35+
- name: Run Tests
36+
run: mvn test
37+
3538
- name: Notify slack success
3639
if: success()
3740
env:

0 commit comments

Comments
 (0)