We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9c996 commit 08b03c1Copy full SHA for 08b03c1
.github/workflows/maven.yml
@@ -27,8 +27,14 @@ jobs:
27
java-version: '8'
28
distribution: 'temurin'
29
cache: maven
30
+ - uses: ruby/setup-ruby@v1
31
+ with:
32
+ ruby-version: 'jruby'
33
+ bundler-cache: true
34
- name: Build with Maven
35
run: mvn -B install --file pom.xml
36
+ - name: Run specs
37
+ run: "bundle ; bundle exec rspec src/spec"
38
39
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
40
- name: Update dependency graph
0 commit comments