Skip to content

Commit

Permalink
Ensure cache is unique per build
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Dec 14, 2023
1 parent 99edfdc commit a2fe977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-maze-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
ruby-version: 2.7
bundler-cache: true
cache-version: ${{ env.RUBY_TEST_VERSION }}-${{ env.RACK_VERSION }}-${{ env.QUE_VERSION }}-${{ env.RAILS_VERSION }}-${{ env.SIDEKIQ_VERSION }}

- run: bundle exec maze-runner ${{ inputs.features }} --no-source
env:
Expand Down

0 comments on commit a2fe977

Please sign in to comment.