Skip to content

Commit 9a54b42

Browse files
committed
[ci] run maven Java unit tests
1 parent 8008d66 commit 9a54b42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,8 @@ jobs:
7676
- name: rake test_prepare
7777
run: jruby -rbundler/setup -S rake test_prepare
7878

79+
- name: mvn test
80+
run: ./mvnw test
81+
7982
- name: rake test
8083
run: jruby -rbundler/setup -S rake test

0 commit comments

Comments
 (0)