Skip to content

Commit

Permalink
Enable specs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed May 23, 2024
1 parent 1e9c996 commit 08b03c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ jobs:
java-version: '8'
distribution: 'temurin'
cache: maven
- uses: ruby/setup-ruby@v1
with:
ruby-version: 'jruby'
bundler-cache: true
- name: Build with Maven
run: mvn -B install --file pom.xml
- name: Run specs
run: "bundle ; bundle exec rspec src/spec"

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

0 comments on commit 08b03c1

Please sign in to comment.