We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8008d66 commit 9a54b42Copy full SHA for 9a54b42
1 file changed
.github/workflows/ci-test.yml
@@ -76,5 +76,8 @@ jobs:
76
- name: rake test_prepare
77
run: jruby -rbundler/setup -S rake test_prepare
78
79
+ - name: mvn test
80
+ run: ./mvnw test
81
+
82
- name: rake test
83
run: jruby -rbundler/setup -S rake test
0 commit comments