We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dea68 commit 2d1153aCopy full SHA for 2d1153a
.github/workflows/lint-js-and-ruby.yml
@@ -61,7 +61,9 @@ jobs:
61
uses: actions/cache@v4
62
with:
63
path: spec/dummy/vendor/bundle
64
- key: spec-dummy-gem-cache-${{ hashFiles('spec/dummy/Gemfile.lock') }}-oldest
+ key: dummy-app-gem-cache-${{ hashFiles('spec/dummy/Gemfile.lock') }}-oldest
65
+ - run: ls vendor/bundle/ruby/
66
+ - run: ls vendor/bundle/ruby/3.4.4/
67
- run: ls vendor/bundle/ruby/3.4.4/gems
68
- run: ls spec/dummy/vendor/bundle/ruby/3.4.4/gems
69
- name: Install Ruby Gems for dummy app
0 commit comments