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 cce24cc
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: ${{ inputs.ruby-version }}-${{ inputs.rack-version }}-${{ inputs.que-version }}-${{ inputs.rails-version }}-${{ inputs.sidekiq-version }}

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

0 comments on commit cce24cc

Please sign in to comment.