Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 14, 2023
1 parent 2514944 commit 2b60aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ commands:
- restore_cache:
name: Restoring Gem Cache
keys:
- &cache-key gem-cache-v4-{{ checksum "<< parameters.path >>/<< parameters.gemspec-file >>" }}-<< parameters.ruby-image >>
- gem-cache-v4-{{ checksum "<< parameters.path >>/<< parameters.gemspec-file >>" }}
- gem-cache-v4-
- &cache-key gem-cache-v5-{{ checksum "<< parameters.path >>/<< parameters.gemspec-file >>" }}-<< parameters.ruby-image >>
- gem-cache-v5-{{ checksum "<< parameters.path >>/<< parameters.gemspec-file >>" }}
- gem-cache-v5-
- run:
name: Install dependencies
command: |
Expand Down

0 comments on commit 2b60aaa

Please sign in to comment.