Skip to content

Commit d110340

Browse files
committed
Enable specs in CI
1 parent 1e9c996 commit d110340

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/maven.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ jobs:
2727
java-version: '8'
2828
distribution: 'temurin'
2929
cache: maven
30+
- uses: ruby/setup-ruby@v1
31+
with:
32+
ruby-version: 'jruby'
33+
bundler-cache: true
3034
- name: Build with Maven
3135
run: mvn -B install --file pom.xml
36+
- name: Run specs
37+
run: rake spec
3238

3339
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3440
- name: Update dependency graph

0 commit comments

Comments
 (0)