Skip to content

Commit

Permalink
added dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Dec 18, 2024
1 parent 1d5233f commit a10fe15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: Set up Java
uses: actions/setup-java@v4
if: matrix.java-version
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
cache: 'maven'

- name: Install dependencies
run: bin/setup
Expand Down

0 comments on commit a10fe15

Please sign in to comment.